-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (26 loc) · 895 Bytes
/
index.html
File metadata and controls
27 lines (26 loc) · 895 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Getting Started with Sassdoc and Styledown</title>
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="dist/css/style.css">
</head>
<body>
<div class="row">
<img src="sassdoc-theme-example/assets/images/pdx-sass-logo.png" alt="PDX Sass">
<h1>Getting Started with Sassdoc and Styledown</h1>
<h2>Sassdoc</h2>
<ul>
<li><a href="documentation/sassdoc-gulp/">Built with Gulp</a></li>
<li><a href="documentation/sassdoc-grunt/">Built with Grunt</a></li>
</ul>
<h2>Styledown</h2>
<ul>
<li><a href="documentation/style-guide/gulp.html">Built with Gulp</a></li>
<li><a href="documentation/style-guide/grunt.html">Built with Grunt</a></li>
</ul>
</div>
</body>
</html>