|
24 | 24 | } |
25 | 25 | } |
26 | 26 | </style> |
27 | | - <script defer> |
| 27 | + </head> |
| 28 | + <body> |
| 29 | + <div id="container"> |
| 30 | + <div id="left"> |
| 31 | + <img src="../assets/favicons/logo.png" alt="Logo"> |
| 32 | + </div> |
| 33 | + <div id="right"> |
| 34 | + <h1>Epimetheus Games</h1> |
| 35 | + <nav><ul style="list-style: none;"> |
| 36 | + <li><a href="../">Home</a></li> |
| 37 | + <li><a href="../games">Games</a></li> |
| 38 | + <li><a href="../videos">Videos</a></li> |
| 39 | + <li><a href="../blog">Blog</a></li> |
| 40 | + </ul></nav> |
| 41 | + </div> |
| 42 | + </div> |
| 43 | + <h2>Developer Login</h2> |
| 44 | + <input type="password" id="password" placeholder="password"> |
| 45 | + <button id="submit" onclick="startCheck()">submit</button> |
| 46 | + <footer> |
| 47 | + <p class="ten"> |
| 48 | + <!-- 🄯 --><img src="https://epimetheus.games/assets/favicons/logo.png" alt="🄯" |
| 49 | + style="width: 13px; height: 10px; position: relative; top: 1px;"> |
| 50 | + Epimetheus Games 2023-2024 | <a href="https://epimetheus.games/">Home</a> | <a href="https://epimetheus.games/devlogin/">Developer Login</a> | <a href="https://epimetheus.games/games/">Games</a> | |
| 51 | + <a href="https://epimetheus.games/videos/">Videos</a> | <a href="https://epimetheus.games/blog/">Blog</a> | <a href="https://epimetheus.games/why/">why</a> |
| 52 | + </p> |
| 53 | + <br><br> |
| 54 | + </footer> |
| 55 | + <script> |
28 | 56 | const passwordd = document.getElementById("password"); |
29 | 57 | const submit = document.getElementById("submit"); |
30 | 58 |
|
|
64 | 92 | HTML.title = ""; |
65 | 93 | } |
66 | 94 | </script> |
67 | | - </head> |
68 | | - <body> |
69 | | - <div id="container"> |
70 | | - <div id="left"> |
71 | | - <img src="../assets/favicons/logo.png" alt="Logo"> |
72 | | - </div> |
73 | | - <div id="right"> |
74 | | - <h1>Epimetheus Games</h1> |
75 | | - <nav><ul style="list-style: none;"> |
76 | | - <li><a href="../">Home</a></li> |
77 | | - <li><a href="../games">Games</a></li> |
78 | | - <li><a href="../videos">Videos</a></li> |
79 | | - <li><a href="../blog">Blog</a></li> |
80 | | - </ul></nav> |
81 | | - </div> |
82 | | - </div> |
83 | | - <h2>Developer Login</h2> |
84 | | - <input type="password" id="password" placeholder="password"> |
85 | | - <button id="submit" onclick="startCheck()">submit</button> |
86 | | - <script src="/script.js"></script> |
87 | 95 | </body> |
88 | 96 | </html> |
0 commit comments