template.html 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <!DOCTYPE html>
  2. <!-- Hi /g/~-->
  3. <html><head>
  4. <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  5. <title>Cyberlife</title>
  6. <meta content="" name="description">
  7. <meta content="" name="keywords">
  8. <link href="Cyberlife.css" media="all" rel="stylesheet" type="text/css">
  9. <link rel="icon" type="image/x-icon" href="./images/favicon.ico">
  10. </head>
  11. <body>
  12. <div id="container">
  13. <div id="banner">
  14. </div>
  15. <div id="navigator">
  16. <nav>
  17. <a href="./index.html">Home</a>
  18. <a href="./essentials.html">Essentials</a>
  19. <a href="./cyberpunk_books.html">Books</a>
  20. <a href="./cyberpunk_movies.html">Movies</a>
  21. <a href="./cyberpunk_vidya.html">Games</a>
  22. <a href="./cyberpunk_anime.html">Anime</a>
  23. <a href="./cyberpunk_tv.html">TV</a>
  24. <a href="./cyberpunk_music.html">Music</a>
  25. <a href="./cyberpunk_philosophy.html">Philosophy</a>
  26. <a href="./braindump.html">Braindump</a>
  27. </nav>
  28. </div>
  29. <div id="main">
  30. <h2>
  31. Template for pages on /cyber/life
  32. </h2>
  33. <p><i>`A year here and he still dreamed of cyberspace, hope fading
  34. nightly. All the speed he took, all the turns he'd taken and the corners
  35. he cut in Night City, and he'd still see the matrix in his dreams,
  36. bright lattices of logic unfolding across that colourless void... The
  37. Sprawl was a long, strange way home now over the Pacific, and he was no
  38. Console Man, no cyberspace cowboy. Just another hustler, trying to make
  39. it through. But the dreams came on in the Japanese night like livewire
  40. voodoo, and he'd cry for it, cry in his sleep, and wake alone in the
  41. dark, curled in his capsule in some coffin hotel, hands clawed into the
  42. bedslab, temper foam bunched between his fingers, trying to reach the
  43. console that wasn't there.' </i></p>
  44. </div>
  45. </div>
  46. </body></html>