|
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
6 | | - <title>devLogin</title> |
| 6 | + <title>Developer Login | Epimetheus Games</title> |
| 7 | + <link rel="stylesheet" type="text/css" href="../style.css"> |
7 | 8 | <style> |
8 | | - html, body { |
9 | | - cursor: auto; |
10 | | - } |
11 | | - |
12 | 9 | @keyframes cursor { |
13 | 10 | 0% { |
14 | | - cursor: url("/assets/cursors/cur-progress/cur-progress-1.png"), wait; |
| 11 | + cursor: url("../assets/cursors/cur-progress/cur-progress-1.png"), wait; |
15 | 12 | } |
16 | 13 | 25% { |
17 | | - cursor: url("/assets/cursors/cur-progress/cur-progress-2.png"), wait; |
| 14 | + cursor: url("../assets/cursors/cur-progress/cur-progress-2.png"), wait; |
18 | 15 | } |
19 | 16 | 50% { |
20 | | - cursor: url("/assets/cursors/cur-progress/cur-progress-3.png"), wait; |
| 17 | + cursor: url("../assets/cursors/cur-progress/cur-progress-3.png"), wait; |
21 | 18 | } |
22 | 19 | 75% { |
23 | | - cursor: url("/assets/cursors/cur-progress/cur-progress-4.png"), wait; |
| 20 | + cursor: url("../assets/cursors/cur-progress/cur-progress-4.png"), wait; |
24 | 21 | } |
25 | 22 | 100% { |
26 | | - cursor: url("/assets/cursors/cur-progress/cur-progress-1.png"), wait; |
| 23 | + cursor: url("../assets/cursors/cur-progress/cur-progress-1.png"), wait; |
27 | 24 | } |
28 | 25 | } |
29 | 26 | </style> |
|
49 | 46 | function checkPw() { |
50 | 47 | switch (passwordd.value + "") { |
51 | 48 | case "AccessAcademy": |
52 | | - window.location.href = "/devlogin/asodifuhdiu/aosudyiyegwiuyg/"; |
| 49 | + window.location.href = "../devlogin/asodifuhdiu/aosudyiyegwiuyg/"; |
53 | 50 | break; |
54 | 51 | case "LOL_BEANS_DOT_EYE_OH": |
55 | | - window.location.href = "/devlogin/asodifuhdiu/aosudyiyegwiuyg/notes/"; |
| 52 | + window.location.href = "../devlogin/asodifuhdiu/aosudyiyegwiuyg/notes/"; |
56 | 53 | break; |
57 | 54 | default: |
58 | 55 | alert( |
|
69 | 66 | </script> |
70 | 67 | </head> |
71 | 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> |
72 | 84 | <input type="password" id="password" placeholder="password"> |
73 | 85 | <button id="submit" onclick="startCheck()">submit</button> |
74 | 86 | <script src="/script.js"></script> |
|
0 commit comments