Last active
February 7, 2019 11:36
-
-
Save am1t/472499285986345f34c61274edd22cdc to your computer and use it in GitHub Desktop.
HTML page for "On This Day" feature for a Blot blog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
{{> head}} | |
<body> | |
{{> header}} | |
<div class="container"> | |
<div class="main"> | |
<h1 class="page-title p-name">On This Day</h1> | |
<div id="on-this-day"> | |
Loading... | |
</div> | |
<script src="/flashback.js"></script> | |
</div> | |
</div> | |
</body> | |
{{> footer}} | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment