uni

Thing1's amazing uni repo
Log | Files | Refs | Submodules

1.html (2131B)


      1 
      2 <!DOCTYPE html>
      3 <html lang="en">
      4         <head>
      5 		<meta charset="UTF-8">
      6                 <title>The amazing blogs of Lucas Standen!</title>
      7                 <link rel=stylesheet href=../style.css>
      8         </head>
      9 
     10         <body>
     11                 <header>
     12                         <h1 class=title>The amazing blogs of Lucas Standen!</h1>
     13                         <h2 class=title>You've stumbled right into my rants!</h2>
     14 
     15                         <hr>
     16 
     17                         <nav>
     18                                 <table>
     19                                         <thead>
     20                                                 <tr>
     21                                                         <th><a href=../index.html>Home</a></th>
     22                                                         <th><a href=../blog.html>Blog</a></th>
     23                                                         <th><a href=../cv.html>CV</a></th>
     24                                                 </tr>
     25                                         </thead>
     26                                 </table>
     27                         </nav>
     28 
     29                         <hr>
     30                 </header>
     31 
     32                 <div id=mainbody>
     33 
     34 <h2>Welcome!</h2>
     35 <p>It would seem that you've stumbled right into my blog!<small class="verysmall"> For better or for worse... </small> Either way I hope it provides a little fun to you. This post is designed to be small and simple, mostly to test out my amazing writing, but if you want something more fun maybe check out the next one (<em>wink wink nudge nudge</em>). The content on this page is going to be fun and informative I hope, lots of computers, and other such funny antics</p>
     36 
     37 <p>Anyway, wrapping up blog 1 for now, see you in the next one!</p>
     38 
     39                 </div>
     40 
     41                 <hr>
     42 
     43                 <footer>
     44                         <a href=../disclaimer.html>Disclaimer</a>
     45                         <a href=https://analognowhere.com/_/cohelg/>Background source</a>
     46                         <small id=pageLastChanged></small>
     47                         <script src=../scripts/lastmodified.js></script>
     48                 </footer>
     49 	</body>
     50 </html>
     51