Skip to content

Instantly share code, notes, and snippets.

@schas002
Forked from anonymous/index.html
Last active August 29, 2015 14:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schas002/55a142eb12d922696259 to your computer and use it in GitHub Desktop.
Save schas002/55a142eb12d922696259 to your computer and use it in GitHub Desktop.
<!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", "Times New Roman", Times, serif;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Noto Sans", Arial, Helvetica, sans-serif;
}
pre, code {
font-family: "Courier New", Courier, monospace;
}
p {
font-size: 14pt;
}
@schas002
Copy link
Author

Aww! Aww! It's mine! 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment