2011-08-17 18:37:22 -07:00
|
|
|
|
<!DOCTYPE html>
|
2014-12-01 03:02:51 -08:00
|
|
|
|
<html lang="en">
|
2011-05-03 07:36:26 -07:00
|
|
|
|
<head>
|
|
|
|
|
|
2014-12-01 11:30:23 -08:00
|
|
|
|
<!-- Basic Page Needs
|
2014-11-20 16:38:45 -08:00
|
|
|
|
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
2014-12-01 11:30:23 -08:00
|
|
|
|
<meta charset="utf-8">
|
2014-12-08 12:36:15 -08:00
|
|
|
|
<title>Your page title here :)</title>
|
2014-12-01 11:30:23 -08:00
|
|
|
|
<meta name="description" content="">
|
|
|
|
|
<meta name="author" content="">
|
2011-08-17 18:37:22 -07:00
|
|
|
|
|
2014-12-01 11:30:23 -08:00
|
|
|
|
<!-- Mobile Specific Metas
|
2014-11-20 16:38:45 -08:00
|
|
|
|
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
2014-12-01 11:30:23 -08:00
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
2011-08-17 18:37:22 -07:00
|
|
|
|
|
2014-12-01 11:30:23 -08:00
|
|
|
|
<!-- FONT
|
2014-11-20 16:38:45 -08:00
|
|
|
|
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
2014-12-01 11:30:23 -08:00
|
|
|
|
<link href='http://fonts.googleapis.com/css?family=Raleway:400,300,600' rel='stylesheet' type='text/css'>
|
2014-11-20 16:38:45 -08:00
|
|
|
|
|
2014-12-01 11:30:23 -08:00
|
|
|
|
<!-- CSS
|
2014-11-20 16:38:45 -08:00
|
|
|
|
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
2014-12-08 12:36:15 -08:00
|
|
|
|
<link rel="stylesheet" href="css/normalize.css">
|
|
|
|
|
<link rel="stylesheet" href="css/skeleton.css">
|
2011-08-17 18:37:22 -07:00
|
|
|
|
|
2014-12-01 11:30:23 -08:00
|
|
|
|
<!-- Scripts
|
|
|
|
|
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
|
|
|
|
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
|
|
|
|
|
|
|
|
|
|
<!-- Favicon
|
|
|
|
|
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
2014-12-01 18:26:32 -08:00
|
|
|
|
<link rel="icon" type="image/png" href="images/favicon.png" />
|
2011-08-17 18:37:22 -07:00
|
|
|
|
|
2011-05-03 07:36:26 -07:00
|
|
|
|
</head>
|
2014-12-08 12:36:15 -08:00
|
|
|
|
<body>
|
2014-12-01 11:30:23 -08:00
|
|
|
|
|
|
|
|
|
<!-- Primary Page Layout
|
|
|
|
|
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
|
|
|
|
<div class="container">
|
2014-12-08 12:36:15 -08:00
|
|
|
|
<h1>DOWNLOAD THING</h1>
|
2014-12-01 11:30:23 -08:00
|
|
|
|
</div>
|
|
|
|
|
|
2011-05-15 16:13:52 -07:00
|
|
|
|
<!-- End Document
|
2014-12-01 11:30:23 -08:00
|
|
|
|
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
2011-05-15 16:13:52 -07:00
|
|
|
|
</body>
|
2011-05-03 07:36:26 -07:00
|
|
|
|
</html>
|