Skip to content

Instantly share code, notes, and snippets.

@mrmikejones
Created November 28, 2020 10:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrmikejones/95dac09284eaa1a5303c0b2ce0958302 to your computer and use it in GitHub Desktop.
Save mrmikejones/95dac09284eaa1a5303c0b2ce0958302 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Mike</title>
<link rel="stylesheet" href="../styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<header>
<h1 class=title>Notes</h1>
<p class=date>November 28th, 2020</p>
<nav>
<ul class=nav>
<li><a href="../index.html">../index</a></li>
<li><a href="notes.html">notes</a></li>
</ul>
</nav>
<note_tags>
<ul class="note_tags">
<li class="note_tags"><a href="tags/TODO.html">#TODO</a></li>
</ul>
</note_tags>
</header>
<body>
<h2>TEMPLATE</h2>
<p>
TODO
</p>
<p>
<note_references>
<ul>
<li><a href="https://mrmikejones.com/">TODO</a></li>
<li class=note_link><a href="https://mrmikejones.com/">TODO</a></li>
</ul>
</note_references>
</p>
</body>
<footer>
<hr>
Copyright &copy; Mike Jones 2020. All rights reserved.
</footer>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment