Node.js Blog System
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

29 lines
1.0 KiB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <link rel="stylesheet" href="https://rinri-d.xyz/css/style.css">
  8. <link rel="shortcut icon" href="https://rinri-d.xyz/images/logo.ico" type="image/x-icon">
  9. <title>RinRi - Home</title>
  10. </head>
  11. <body>
  12. <div class="wrapper">
  13. <header>
  14. <div class="topnav">
  15. <div class="container">
  16. <div class="links">
  17. <a href="https://rinri-d.xyz">home</a>
  18. <a href="https://blog.rinri-d.xyz" class="active">blog</a>
  19. <a href="https://git.rinri-d.xyz">code</a>
  20. <a href="https://rinri-d.xyz/rec.html">soft</a>
  21. <a href="https://rinri-d.xyz/about.html">about</a>
  22. </div>
  23. <hr>
  24. </div>
  25. </div>
  26. </header>
  27. <main>