diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -9,7 +9,7 @@ margin: 0; padding: 0; overflow: hidden; - background: black; + background: gray; } @font-face { font-family: "Playtime"; @@ -26,7 +26,6 @@ margin-left: -400px; position: absolute; overflow: hidden; - transform: scale(1.5); } @keyframes toright { from { @@ -63,5 +62,7 @@ </div> <script src="/when/when.js"></script> <script src="/js/html5ks.js"></script> + <script src="/js/play.js"></script> + <script src="/js/characters.js"></script> </body> </html> |