forked from Squatconf/Website
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
524 B
HTML
22 lines
524 B
HTML
10 years ago
|
<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>
|