This commit is contained in:
Ben Kyd
2019-09-26 12:22:06 +01:00
parent 736c05e189
commit a7a36439f4
4 changed files with 48 additions and 38 deletions

25
index.html Normal file
View File

@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"><meta name="theme-color" content="#ffffff">
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans">
</head>
<body>
<div class="masthead">
Ben Kyd
</div>
<div class=nav>
<p>
<a herf="/">Projects</a> &bull;
About &bull;
CV &bull;
More
</p>
</div>
</body>