Bones/index.html

59 lines
2.4 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
2014-11-20 19:38:45 -05:00
-->
<meta charset="utf-8">
2014-12-08 15:36:15 -05:00
<title>Your page title here :)</title>
<meta name="description" content="">
<meta name="author" content="">
2018-02-25 11:25:27 -05:00
<style>
<!--providing color to background-------->
body{
background-color:grey;
}
<!-- making font stylish-------->
p{
font-family:Monotype Corsiva;
font-size:30px;
}
</style>
<!-- Mobile Specific Metas
2014-11-20 19:38:45 -05:00
-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
2014-11-20 19:38:45 -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
<!-- 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">
<!-- Favicon
-->
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
2018-02-25 11:25:27 -05:00
<body >
2018-02-25 11:28:29 -05:00
<h2 style="text-align:center" >INDEX</h2><!----providing heading -->
<!-- Primary Page Layout
-->
<div class="container">
<div class="row">
<div class="one-half column" style="margin-top: 25%">
<h4>Basic Page</h4>
<p>This index.html page is a placeholder with the CSS, font and favicon. It's just waiting for you to add some content! If you need some help hit up the <a href="http://www.getskeleton.com">Skeleton documentation</a>.</p>
</div>
</div>
</div>
<!-- End Document
-->
</body>
</html>