-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
16 lines (15 loc) · 872 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equv="Content-Type" content="text/html; charset=iso-8859-1">
<title>JaredTabor.com</title>
<link rel="stylesheet" type="text/css" href="js/ext-4.2.1.883/resources/ext-theme-gray/ext-theme-gray-all.css"/>
<link href='http://fonts.googleapis.com/css?family=Lato:400,900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/roadtrip.css"/>
<script type="text/javascript" src="https://maps.google.com/maps/api/js?sensor=false"></script>
<script type="text/javascript" src="js/ext-4.2.1.883/ext-all.js"></script>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/app.js"></script>
</head>
<body id="docbody"></body>
</html>