2011-08-17 21:37:22 -04:00
|
|
|
|
<!DOCTYPE html>
|
2014-12-01 06:02:51 -05:00
|
|
|
|
<html lang="en">
|
2011-05-03 10:36:26 -04:00
|
|
|
|
<head>
|
|
|
|
|
|
2014-12-01 14:30:23 -05:00
|
|
|
|
<!-- Basic Page Needs
|
2014-11-20 19:38:45 -05:00
|
|
|
|
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
2014-12-01 14:30:23 -05:00
|
|
|
|
<meta charset="utf-8">
|
2017-10-05 12:33:33 -04:00
|
|
|
|
<title>Your page title here! :)</title>
|
2014-12-01 14:30:23 -05:00
|
|
|
|
<meta name="description" content="">
|
|
|
|
|
<meta name="author" content="">
|
2011-08-17 21:37:22 -04:00
|
|
|
|
|
2014-12-01 14:30:23 -05:00
|
|
|
|
<!-- Mobile Specific Metas
|
2014-11-20 19:38:45 -05:00
|
|
|
|
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
2014-12-09 17:40:45 -05:00
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2011-08-17 21:37:22 -04:00
|
|
|
|
|
2014-12-01 14:30:23 -05:00
|
|
|
|
<!-- FONT
|
2014-11-20 19:38:45 -05:00
|
|
|
|
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
2014-12-23 23:13:36 -05:00
|
|
|
|
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
|
2014-11-20 19:38:45 -05:00
|
|
|
|
|
2014-12-01 14:30:23 -05:00
|
|
|
|
<!-- CSS
|
2014-11-20 19:38:45 -05:00
|
|
|
|
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
2014-12-08 15:36:15 -05:00
|
|
|
|
<link rel="stylesheet" href="css/normalize.css">
|
|
|
|
|
<link rel="stylesheet" href="css/skeleton.css">
|
2011-08-17 21:37:22 -04:00
|
|
|
|
|
2014-12-01 14:30:23 -05:00
|
|
|
|
<!-- Favicon
|
|
|
|
|
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
2014-12-17 13:58:12 -05:00
|
|
|
|
<link rel="icon" type="image/png" href="images/favicon.png">
|
2011-08-17 21:37:22 -04:00
|
|
|
|
|
2011-05-03 10:36:26 -04:00
|
|
|
|
</head>
|
2014-12-08 15:36:15 -05:00
|
|
|
|
<body>
|
2014-12-01 14:30:23 -05:00
|
|
|
|
|
|
|
|
|
<!-- Primary Page Layout
|
|
|
|
|
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
|
|
|
|
<div class="container">
|
2014-12-08 15:51:10 -05:00
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="one-half column" style="margin-top: 25%">
|
|
|
|
|
<h4>Basic Page</h4>
|
2017-10-05 12:00:35 -04:00
|
|
|
|
<p>This index.html page is impossible to understand</p>
|
2014-12-08 15:51:10 -05:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2014-12-01 14:30:23 -05:00
|
|
|
|
</div>
|
|
|
|
|
|
2011-05-15 19:13:52 -04:00
|
|
|
|
<!-- End Document
|
2014-12-01 14:30:23 -05:00
|
|
|
|
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
2011-05-15 19:13:52 -04:00
|
|
|
|
</body>
|
2014-12-09 17:40:45 -05:00
|
|
|
|
</html>
|