-
Notifications
You must be signed in to change notification settings - Fork 0
/
head.htm_
executable file
·31 lines (30 loc) · 1.25 KB
/
head.htm_
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>monome</title>
<meta name="keywords" content="monome, grid, norns, crow, teletype, ansible">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="alternate" type="application/rss+xml" href="/rss.xml" title="rss feed">
<!--<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap" rel="stylesheet"> -->
<style>
@font-face {
font-family: 'Roboto Mono'; font-style: normal; font-weight: 400;
src: local(''),
url('../include/roboto-mono-v21-latin-regular.woff2') format('woff2'),
url('../include/roboto-mono-v21-latin-regular.woff') format('woff'); }
body {background-color:#222; max-width:800px; color:#fff; line-height: 1.6;
font-family: 'Roboto Mono', monospace; font-size: 1.0em;
margin:40px auto; padding: 0 10px;}
code {font-size: 1.6em; color:#999;}
h1 {font-weight:bold; font-size: 1.6em; margin-top:2em;}
hr {margin-top: 4em; border: none; background-color: #555; color: #555; height: 1px;}
a {color:#aaa;}
a:hover {color:#ccc;}
img {margin-top: 4em; margin-bottom: 2em; max-width:100%;}
input {font-family: inherit;}
</style>
</head>
<body>
<br/>
<br/>