|
4 | 4 | <meta charset="UTF-8" />
|
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
6 | 6 | <title>Document</title>
|
7 | | - <link rel="stylesheet" href="./password.css" /> |
8 | | - <script type="text/javascript" defer src="./password.js"></script> |
| 7 | + <link rel="stylesheet" href="./index.css" /> |
| 8 | + <script type="text/javascript" defer src="./index.js"></script> |
9 | 9 | </head>
|
10 | 10 | <body>
|
11 | 11 | <form class="form">
|
|
75 | 75 | </svg>
|
76 | 76 | </label>
|
77 | 77 | </form>
|
78 | | - <div style="width: auto; height: 100px; font-size: 60px; margin: auto; margin-bottom: 100px"> |
| 78 | + <div style="width: auto; height: 200px; font-size: 60px; margin: auto; margin-bottom: 100px"> |
| 79 | + <div style="width: 100%; text-align: center; margin: 40px auto; text-decoration: none; font-size: 20px"> |
| 80 | + <a style="text-decoration: none" href="https://github.com/hustle2live/Advent-of-JavaScript/"> |
| 81 | + BACK TO REPO |
| 82 | + </a> |
| 83 | + </div> |
79 | 84 | <a style="text-decoration: none" href="https://www.linkedin.com/in/vkuznietsov-bb066376/" target="_blank">
|
80 | 85 | <img
|
81 | 86 | style="border-radius: 50%; vertical-align: sub"
|
|
85 | 90 | alt="github"
|
86 | 91 | />
|
87 | 92 | </a>
|
88 | | - <a style="text-decoration: none" href="https://github.com/hustle2live/Advent-of-JavaScript/"> |
| 93 | + <a style="text-decoration: none" href="https://github.com/hustle2live" target="_blank"> |
89 | 94 | <img
|
90 | 95 | style="border-radius: 50%; vertical-align: sub"
|
91 | 96 | src="../../gh.ico"
|
|
0 commit comments