Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentFoxy committed Mar 6, 2016
1 parent c764206 commit aa4d553
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions contact/index.html
@@ -0,0 +1,40 @@
<html>
<head>
<title>Contact Info</title>

<link rel="stylesheet" href="../css/pure-min-0.6.0.css"/>

<style>
* {
font-family: Arial, Helvetica, sans-serif;
}

body {
background: #EEE;
}

#container {
margin: auto;
margin-top: 0.8em;
width: 80%;
min-width: 620px;
max-width: 1000px;
padding: 0.5em;
background: #FFF;
}

h1, h2 {
text-align: center;
}
</style>
</head>
<body>
<div id="container">
<h1>Contact Info</h1>

<ul>
<li></li>
</ul>
</div>
</body>
</html>

0 comments on commit aa4d553

Please sign in to comment.