diff options
| -rw-r--r-- | dino/index.html | 4 | ||||
| -rw-r--r-- | directory/games/index.html | 4 | ||||
| -rw-r--r-- | directory/index.html | 1 | ||||
| -rw-r--r-- | directory/js/main.js | 1 | ||||
| -rw-r--r-- | konami/index.html | 3 |
5 files changed, 9 insertions, 4 deletions
diff --git a/dino/index.html b/dino/index.html index 5234bf6..7f03d01 100644 --- a/dino/index.html +++ b/dino/index.html @@ -26,9 +26,9 @@ <script src="/dino/js/main.js"></script>
- <div class="footer">
+ <!--<div class="footer">
<link rel="stylesheet" type="text/css" href="//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" />Made with <i class="icon ion-heart"></i> by <a href='https://twitter.com/s1nical' target='_blank' rel='noopener noreferrer'>s1n</a>
- </div>
+ </div>-->
</body>
</html>
\ No newline at end of file diff --git a/directory/games/index.html b/directory/games/index.html index 1c74d5e..3b0b05c 100644 --- a/directory/games/index.html +++ b/directory/games/index.html @@ -8,6 +8,10 @@ <link rel="stylesheet" href="/directory/css/main.css"> </head> <body> + <script> + console.log("You actually checked it out, enjoy!") + </script> + <div class="container"> <h1 class="title">/s1n.pw/Games/ Directory Listing</h1> diff --git a/directory/index.html b/directory/index.html index 005371e..f0c2633 100644 --- a/directory/index.html +++ b/directory/index.html @@ -6,6 +6,7 @@ <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>s1nical - Directory</title> <link rel="stylesheet" href="/directory/css/main.css"> + <script src="/directory/js/main.js"></script> </head> <body> <div class="container"> diff --git a/directory/js/main.js b/directory/js/main.js new file mode 100644 index 0000000..bccf254 --- /dev/null +++ b/directory/js/main.js @@ -0,0 +1 @@ +console.log("Thanks for using my directory, check out the games!");
\ No newline at end of file diff --git a/konami/index.html b/konami/index.html index 18d40d1..fcbd00f 100644 --- a/konami/index.html +++ b/konami/index.html @@ -12,14 +12,13 @@ <script src="https://cdnjs.cloudflare.com/ajax/libs/trianglify/0.3.1/trianglify.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> <link rel="stylesheet" href="/konami/css/main.css"> - <script src="./js/main.js"></script> + <script src="/js/main.js"></script> <meta name="description" content="s1nical is a full stack developer."> <meta property="og:description" content="s1nical is a full stack developer."> <meta property="og:title" content="s1nical"> <meta property="twitter:card" content="summary"> <meta property="twitter:site" content="@s1nical"> <meta property="og:image" content=""> - <script src="/cdn-cgi/apps/head/_vFlzwEWzfnxN-k3KPkfOrUdyXo.js"></script> <script src="https://www.googletagmanager.com/gtag/js?id=UA-30692517-4"></script> <script src="https://code.jquery.com/jquery-1.10.2.js"></script> <script src="https://rawgit.com/WeiChiaChang/Easter-egg/master/easter-eggs-collection.js"></script> |