-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (23 loc) · 915 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<title>Andrea Roenning</title>
<meta content="" name="description">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="favicon.ico" rel="shortcut icon" type="image/x-icon"/>
<link href="apple-touch-icon-76x76.png" rel="apple-touch-icon" sizes="76x76"/>
<link href="apple-touch-icon-120x120.png" rel="apple-touch-icon" sizes="120x120"/>
<link href="apple-touch-icon-152x152.png" rel="apple-touch-icon" sizes="152x152"/>
<link href="chrome-icon-192x192.png" rel="icon" sizes="192x192">
<link href="css/main.css" rel="stylesheet">
</head>
<body>
<div class="content">
<h1>Andrea Roenning</h1>
<h2>Madison, WI Front End Web Developer</h2>
<p>For more information, visit <a href="http://www.andrearoenning.com">andrearoenning.com</a></p>
</div>
</body>
</html>