diff --git a/app/node_views/index.html b/app/node_views/index.html index 8841a4b..4ff5f45 100644 --- a/app/node_views/index.html +++ b/app/node_views/index.html @@ -1,16 +1,20 @@ - Javascript Spaghetti Profiler + Yellow Lab Tools -

Javascript Spaghetti Profiler

- +

Yellow Lab Tools

+

Free online test to help speeding up heavily javascripted pages

+ + \ No newline at end of file diff --git a/app/public/styles/index.css b/app/public/styles/index.css index f3d26bc..ecf5094 100644 --- a/app/public/styles/index.css +++ b/app/public/styles/index.css @@ -1,3 +1,9 @@ +.promess { + padding: 0em 2em 3em; + font-weight: normal; + font-size: 1.2em; +} + .url { width: 50%; } @@ -26,4 +32,18 @@ input[type=submit].clicked { left: 0.1em; top: 0.2em; box-shadow: none; +} + +.footer { + padding: 3em; + color: #5e2846; +} +.footer a { + color: inherit; +} +.footer .star { + font-weight: bold; +} +.footer .star span { + font-size: 1.2em; } \ No newline at end of file