index.html (894B)
1 <html> 2 <head> 3 <title>What should i put on this website</title> 4 <link rel="stylesheet" type="text/css" href="/archive/index.css"> 5 </head> 6 <body> 7 <nav class="navbar"> 8 <ul> 9 <li><a href="/archive/">Home</a></li> 10 <li class="nav_projects"> 11 <a href="/archive/projects/">Projects</a> 12 <div class="nav_projects_dropdown"> 13 <a href="/archive/projects/cubing">Cubing</a> 14 <a href="/archive/projects/chess">Chess</a> 15 </div> 16 </li> 17 </ul> 18 </nav> 19 <br><br> 20 <a href="https://rouxl.es">anto</a> 21 <br> 22 <a href="https://space.bilibili.com/430644072">zhouheng</a> 23 <br> 24 <a href="https://tao-yu.github.io/Alg-Trainer/">tao yu</a> 25 </body> 26 </html>