Update readme for initial release

Minor changes to other files, mostly cleanup.
This commit is contained in:
Steve
2019-01-27 01:59:40 -05:00
parent d47ccd02c2
commit fd0167a9f3
6 changed files with 54 additions and 35 deletions

View File

@ -20,22 +20,21 @@
<!-- CSS
-->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/barebones.css">
<!-- Favicon
-->
<link rel="icon" type="image/png" href="images/favicon.png">
<link rel="icon" type="image/png" href="images/favicon-16.png">
</head>
<body>
<!-- Primary Page Layout
-->
<div class="container">
<div class="row">
<div class="one-half column" style="margin-top: 25%">
<div class="grid-container halves">
<div>
<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>
<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="https://acahir.github.io/Barebones/">Barebones documentation</a>.</p>
</div>
</div>
</div>