l0bsterssg

node.js static responsive blog post generator
Log | Files | Refs | README

template.html (1604B)


      1 <html lang="en">
      2   <head>
      3     <meta charset="utf-8">
      4     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
      5     <meta name="description" content="">
      6     <meta name="author" content="">
      7     <link rel="icon" href="/docs/4.0/assets/img/favicons/favicon.ico">
      8 
      9     <title>wr1te</title>
     10 
     11     <link rel="canonical" href="https://getbootstrap.com/docs/4.0/examples/sticky-footer/">
     12 
     13     <!-- Bootstrap core CSS -->
     14     
     15 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
     16   <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
     17   <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>    
     18     <!-- Custom styles for this template -->
     19     <link href="styles.css" rel="stylesheet">
     20   </head>
     21 
     22   <body>
     23 
     24     <!-- Begin page content -->
     25     <main role="main" class="container">
     26       <h1 class="mt-5"><!-- TITLE --></h1>
     27       <!-- PUBLISH_DATE -->
     28       <p class="lead">this is going to be the post content! hopefully this will scale properly on mobile as well as desktop sites. .</p>
     29 <p class = "lead">todo:<br/>
     30 <ol>
     31 	<li>change the font to something cool</li>
     32 	<li>style the background</li>
     33 	<li> ensure that all the code snippits are highlighted</li>
     34 	<li> add .md content placeholders for insertation</li>
     35 </ol>
     36 <!-- CONTENT -->
     37 
     38 </p>
     39       <p>Tags: #code #2f30 #l0bster </p>
     40     </main>
     41 
     42     <footer class="footer">
     43       <div class="container">
     44         <span class="text-muted">&copy l0bster 2020.</span>
     45       </div>
     46     </footer>
     47   </body>
     48 </html>