Created
January 20, 2017 17:05
-
-
Save meoso/ff5d191c54d343fcbd787a5e702b92e4 to your computer and use it in GitHub Desktop.
Strapdown+Navigation template from https://github.com/marshyski/strapdown
This file contains hidden or 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> | |
<title>Strapdown+Navigation</title> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
<!-- amelia bootstrap cerulean cyborg journal paper readable sandstone spacelab united /--> | |
<meta id='page-params' | |
theme='amelia' | |
title='Strapdown+Navigation' | |
menu='Home,index.html,Page2,page2.html,Page3,page3.html' | |
active='1' | |
root=''> | |
</head> | |
<body style="display:none"> | |
<xmp> | |
# Markdown text goes in here | |
## Chapter 1 | |
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore | |
et dolore magna aliqua. | |
## Chapter 2 | |
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut | |
aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse | |
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in | |
culpa qui officia deserunt mollit anim id est laborum. | |
</xmp> | |
<script src="https://cdn.rawgit.com/marshyski/strapdown/36ed1ff/src/strapdown.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment