diff options
| -rw-r--r-- | public/stylesheets/style.css | 1 | ||||
| -rw-r--r-- | views/hover.ejs | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1c3d3ab..86ff547 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -413,7 +413,6 @@ header { text-shadow: 0 0 5px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 2px #fff, 0 0 1px #fff; } .cursor div.name { - left: 29px; } .cursor div.time { font-size: 10px; diff --git a/views/hover.ejs b/views/hover.ejs index a86d1f9..c57e37a 100644 --- a/views/hover.ejs +++ b/views/hover.ejs @@ -56,10 +56,11 @@ </style> </head> <body> +<!-- <h1>WAIT SITE</h1> <h2>Waiting Alone Together</h2> <h2>winner gets 1000 big ones</h2> -<!-- + <div>You've been waiting for <span id="waiting">0 seconds</span><br> <span id="reset"></span></div> <div><span id="count">0</span> ppl online now!!</div> |
