Files
awesome-cdn/skeleton.html
T
2017-08-24 17:20:52 -04:00

24 lines
832 B
HTML

<html lang="en"><head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Skeleton: Responsive CSS Boilerplate</title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css"> -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css">
<body class="code-snippets-visible" style="">
<div class="container">
<section>
<h1 class="title">Skeleton via Awesome CDN</h2>
</section>
</div>
</body></html>