26 lines
658 B
HTML
26 lines
658 B
HTML
<!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> •
|
|
About •
|
|
CV •
|
|
More
|
|
</p>
|
|
</div>
|
|
|
|
</body>
|