forked from Squatconf/Website
commit
658b1e07f6
2 changed files with 22 additions and 0 deletions
@ -0,0 +1 @@ |
|||
# SquatConf website, not that much for now, more to come. |
@ -0,0 +1,21 @@ |
|||
<html lang="en"><head> |
|||
<meta charset="UTF-8"> |
|||
<title>Squatconf</title> |
|||
<meta name="viewport" content="width=device-width"> |
|||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/normalize/3.0.1/normalize.min.css"> |
|||
<style> |
|||
body { |
|||
background-color: black; |
|||
color: red; |
|||
width: 80%; |
|||
margin: 0 auto; |
|||
} |
|||
</style> |
|||
</head> |
|||
<body> |
|||
<meta charset="UTF-8"> |
|||
<title>SquatConf</title> |
|||
<h1>Not your everyday conference</h1> |
|||
<h2>Coming to you in November 2014 in Paris</h1> |
|||
</body> |
|||
</html> |
Loading…
Reference in new issue