source code of /index.html.src

Last modified
Lines 30

Parent directory Download CGIread sitemap Main page

Quick links: content

  1. __HTML5__
  2.         <title>
  3.             Oskar Skog's personal website
  4.         </title>
  5.         <meta name="description" content="
  6. I write Free and Open Source Software in Python and shell
  7. for unix-like operating systems.
  8. (License of choice is Simplified (2-Clause) BSD.)
  9.         "/>
  10.     </head>
  11.     <body>
  12. __NAVIGATION__
  13. <main><div id="content">
  14.     
  15.     <h1>My stuff</h1>
  16.     <ul>
  17.         <li><a href="/projects/light-sensor/">Bloody light sensor</a></li>
  18.         <li><a href="/projects/anonymine/">Anonymine - text mode
  19.             minesweeper with no guessing required</a></li>
  20.         <li><a rel="nofollow noopener" target="_blank"
  21.             href="https://github.com/oskar-skog-after8/weather-station"
  22.             >(Github) Really terrible weather station (no longer in
  23.             service)</a></li>
  24.     </ul>
  25. </div></main>
  26. __FOOTER__
  27.     </body>
  28. </html>