mirror of
https://github.com/gwenhael-le-moine/focus.git
synced 2025-01-12 08:03:29 +01:00
16 lines
444 B
HTML
16 lines
444 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>Focus.</title>
|
||
|
<link href='http://fonts.googleapis.com/css?family=Sorts+Mill+Goudy' rel='stylesheet' type='text/css'>
|
||
|
<style>
|
||
|
html{background-color:#404040;color:#dedede;text-align:center;padding-top:20%}
|
||
|
h1,h2{font-family:'Sorts Mill Goudy',serif;font-size:10em}
|
||
|
h2{font-size:2em;color:#232323}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Focus.</h1>
|
||
|
<h2>Go do something that makes sense, now.</h2>
|
||
|
</body>
|
||
|
</html>
|