website

Website contents
git clone git://git.reagancfischer.dev/website.git
Log | Files | Refs

libc_22oct23.html (1941B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3 
      4 <head>
      5     <meta charset="utf-8">
      6     <meta name="viewport" content="width=device-width, initial-scale=1.0">
      7     <meta name="description" content="Welcome to my alright blog">
      8     <meta name="author" content="Reagan Fischer">
      9     <title>Reagan Fischer's Website</title>
     10     <link rel="stylesheet" href="/inter.css">
     11     <link rel="stylesheet" href="/new.css">
     12     <link rel="icon" type="image/x-icon" href="/images/win95.png">
     13     <link rel="apple-touch-icon" href="/images/win95.png">
     14 </head>
     15 
     16 <body>
     17     <header style="padding: 20px 0; text-align: center;">
     18         <h1>Reagan Fischer's Blog/Portfolio</h1>
     19         <nav style="display: inline-block;">
     20             <a href="/">Home</a> |
     21             <a href="/projects.html">Projects</a> |
     22             <a href="/blog.html">Blog</a> |
     23             <a href="/resume.pdf">Resume</a> |
     24             <a href="/contact.html">Contact Me</a> |
     25             <a href="/cat/index.html">Cat</a>
     26         </nav>
     27     </header>
     28 
     29     <main>
     30         TODO PUT STUFF HERE
     31     </main>
     32 
     33     <footer>
     34         <hr>
     35         <p style="text-align: center; font-size: 0.75em;">&copy; Copyright 2024. Made with <a
     36                 href="https://newcss.net/">love and NewCSS</a> by Reagan Fischer.</p>
     37         <hr>
     38     </footer>
     39     <script defer>
     40         var _paq = window._paq = window._paq || [];
     41         /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
     42         _paq.push(['trackPageView']);
     43         _paq.push(['enableLinkTracking']);
     44         (function () {
     45             var u = "//matomo.thespringstechguy.com/";
     46             _paq.push(['setTrackerUrl', u + 'matomo.php']);
     47             _paq.push(['setSiteId', '1']);
     48             var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0];
     49             g.async = true; g.src = u + 'matomo.js'; s.parentNode.insertBefore(g, s);
     50         })();
     51     </script>
     52 </body>
     53 
     54 </html>