summary refs log blame commit diff stats
path: root/_layouts/default.html
blob: 795bb95f66ccc0f2d934af2ccae9683fd36b9501 (plain) (tree)
1
2
3
4
5
6
7
8
9




                                                           

                                                                              
                                                                                             
                                                                          
                                                      
                                                                                            
                                        
                                                          
                                                                 


                                                
                                                                     

                                                  
                                                                                           






                                                   




                                                                                


          
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <title>{{page.title}} - mounderfod</title>
    <link rel="icon" type="image/png" href="/assets/img/planets/Planet-4.png">
    <meta name="description" content="{{ page.excerpt | strip_html | truncatewords: 50 }}" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <link rel="stylesheet" href="/assets/index.css" />
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
    <script src="/timedate.js"></script>
    <link rel="me" href="https://github.com/mounderfod" />
    <link rel="me" href="https://mastodon.sdf.org/@mounderfod" />
    <span class="h-card" style="display: none;">
      <p class="p-nickname">mounderfod</p>
      <p class="p-given-name">Noah</p>
      <a class="u-url" rel="me" href="https://mounderfod.online"></a>
      <p class="p-country-name">United Kingdom</p>
    </span>
    <link rel="webmention" href="https://webmention.io/www.mounderfod.online/webmention" />
  </head>
  <body>
    <marquee
      ><p id="timedate" style="font-size: x-large">
        The time is {} and the date is {}
      </p></marquee
    >
    <div id="main">
      <div class="logo-container">
        <a href="/"><img class="logo" src="/assets/img/wordart.png" /></a><br />
      </div>
      <div class="box">{{content}}</div>
    </div>
  </body>
</html>