-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (24 loc) · 856 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Where should I point my antenna?</title>
<link href="https://fonts.googleapis.com/css?family=Raleway:200,400,400i,700,700i" rel="stylesheet">
<link rel="stylesheet" href="sutro.css" type="text/css"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="sutro.js"></script>
</head>
<body>
<div></div>
<nav>
<h1>Where should I point my antenna?</h1>
<span>I live at </span><br/><br/>
<header>
<footer id="n"><input placeholder="37.7552"><em>° N</em></footer>
<footer id="w"><input placeholder="122.4528"><em>° W</em></footer>
<button id="cl">Current Location</button>
<button id="tb">Inputted Location</button>
</header></nav>
<main id="chi"></main>
</body>
</html>