diff options
| author | s1nical <[email protected]> | 2019-08-13 04:30:26 -0700 |
|---|---|---|
| committer | s1nical <[email protected]> | 2019-08-13 04:30:26 -0700 |
| commit | b8069ea4b8adb9ac62b4ce2cc57d11c7e787fa48 (patch) | |
| tree | 59930f389e1e570ee6c216f9d5b57d3a2485ffbe /directory | |
| parent | various changes (diff) | |
| download | s1n.pw-admin-b8069ea4b8adb9ac62b4ce2cc57d11c7e787fa48.tar.xz s1n.pw-admin-b8069ea4b8adb9ac62b4ce2cc57d11c7e787fa48.zip | |
added console log notes, removed dino credits, removed unused script
Diffstat (limited to 'directory')
| -rw-r--r-- | directory/games/index.html | 4 | ||||
| -rw-r--r-- | directory/index.html | 1 | ||||
| -rw-r--r-- | directory/js/main.js | 1 |
3 files changed, 6 insertions, 0 deletions
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 |