Last active
December 10, 2015 18:58
-
-
Save randomecho/4477815 to your computer and use it in GitHub Desktop.
Plain HTML5 template based off of H5BP and other sites
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><meta charset="utf-8"> | |
<title></title> | |
<link rel="stylesheet" href="" /> | |
<link rel="author" href="" /> | |
<link rel="alternate" type="application/rss+xml" title="" href="" /> | |
<link rel="canonical" href="" /> | |
<meta name="description" content="" /> | |
<meta name="author" content="" /> | |
<meta name="generator" content="" /> | |
<meta name="dcterms.rightsHolder" content="" /> | |
<meta name="dcterms.dateCopyrighted" content="" /> | |
<style> | |
/* Should be extracted to own file, but left here for ease */ | |
body, h1, h2, h3, p, ul, ol { | |
margin: 0; | |
padding: 0; | |
} | |
body { | |
background: #fff; | |
color: #000; | |
font-size: 0.9em; | |
font-family: sans-serif; | |
} | |
a { | |
text-decoration: none; | |
} | |
h1, h2, h3, p { | |
margin: 0 0 1em 0; | |
} | |
h1 { | |
font-size: 1.5em; | |
} | |
h2 { | |
font-size: 1.3em; | |
} | |
h3 { | |
font-size: 1em; | |
} | |
li { | |
margin: 0 0 0.5em 0; | |
} | |
ul, ol { | |
margin: 0 0 1em 2em; | |
} | |
table { | |
border-collapse: collapse; | |
border-spacing: 0; | |
} | |
section { | |
} | |
nav { | |
} | |
sidebar { | |
} | |
footer { | |
} | |
</style> | |
</head><body> | |
<script src=""></script> | |
</body></html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment