focus/index.html

20 lines
611 B
HTML
Raw Normal View History

2011-12-31 23:15:01 +01:00
<html>
<head>
<title>Focus.</title>
<link href='http://fonts.googleapis.com/css?family=Sorts+Mill+Goudy' rel='stylesheet' type='text/css'>
<style>
2016-12-12 17:04:05 +01:00
html{background-color:#baddad;color:#687d4d;text-align:center;padding-top:20%}
2011-12-31 23:15:01 +01:00
h1,h2{font-family:'Sorts Mill Goudy',serif;font-size:10em}
2016-12-12 17:04:05 +01:00
h2{font-size:2em}
2011-12-31 23:41:22 +01:00
footer{font-size:0.8em;color:#555;position:fixed;bottom:0;right:0}
2011-12-31 23:15:01 +01:00
</style>
</head>
<body>
<h1>Focus.</h1>
<h2>Go do something that makes sense, now.</h2>
2011-12-31 23:41:22 +01:00
<footer>
2017-04-08 17:10:21 +02:00
(sources available on <a href="https://github.com/gwenhael-le-moine/focus">github</a>)
2011-12-31 23:41:22 +01:00
</footer>
2011-12-31 23:15:01 +01:00
</body>
</html>