-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (23 loc) · 962 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
24
25
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Miller Park Yay-bors" />
<head>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="main.css">
<title>Miller Park Yay-bors</title>
</head>
<body>
<div class="header">
<h1>Miller Park Yay-bors!</h1>
<p class="description">A pro-HALA neighborhood group for the Miller Park neighborhood of Seattle, WA.</p>
</div>
<div class="content">
Join our <a href="https://groups.google.com/forum/#!forum/miller-park-yay-bors" target="_blank">mailing list</a>.
</div>
<!--<div class="footer">
</div> -->
</body>
</html>