Skip to content

Commit

Permalink
Initialize page.
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenVerborgh committed Aug 1, 2018
0 parents commit 803c860
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
11 changes: 11 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Profile Viewer</title>
<link rel="stylesheet" href="styles/main.css">
</head>
<body>
<h1>Profile viewer</h1>
</body>
</html>
8 changes: 8 additions & 0 deletions styles/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
body {
max-width: 800px;
margin: 0 auto;
}

body, input {
font: 11pt/1.3 "Helvetiva Neue", Helvetica, Arial, sans-serif;
}

0 comments on commit 803c860

Please sign in to comment.