add skeleton.html

This commit is contained in:
Ben Harris 2018-12-12 22:21:00 -05:00
parent b50f86feb3
commit 86d8dcbdd5
Signed by untrusted user: ben
GPG Key ID: 4E0AF802FFF7960C
2 changed files with 21 additions and 0 deletions

View File

@ -4,6 +4,8 @@ this is a fork of [brobin's hacker bootstrap](https://github.com/brobin/hacker-b
the latest compiled css will be available [here](https://tilde.team/css/hacker.css)
if you want a quick start, feel free to use [skeleton.html](skeleton.html).
the major changes from the original are a few tweaks to colors of code samples and font sizes.
feel free to use and modify as you like!

19
css/skeleton.html Normal file
View File

@ -0,0 +1,19 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://tilde.team/css/hacker.css">
<title>my page</title>
</head>
<body>
<div class="container">
<h1>page</h1>
</div>
</body>
</html>