the first stone

This commit is contained in:
Jérôme Loï 2014-09-14 02:21:08 +02:00
commit 658b1e07f6
2 changed files with 22 additions and 0 deletions

1
README.md Normal file
View file

@ -0,0 +1 @@
# SquatConf website, not that much for now, more to come.

21
html/index.html Normal file
View file

@ -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>