Skip to content

Instantly share code, notes, and snippets.

Created February 12, 2015 18:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/e5b5a0f62460e78eb59c to your computer and use it in GitHub Desktop.
Save anonymous/e5b5a0f62460e78eb59c to your computer and use it in GitHub Desktop.
A blank template for a website.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Blank</title>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="css/index.css" />
</head>
<body>
<!-- Blank -->
</body>
</html>
body {
font-family:"Noto Serif", serif;
}
h1, h2, h3, h4, h5, h6 {
font-family:"Noto Sans", sans-serif;
}
p {
font-size: 14pt;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment