forked from Patternslib/Patterns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (33 loc) · 1.58 KB
/
index.html
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
28
29
30
31
32
33
34
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Slideshows </title>
<link rel="stylesheet" href="../../style/common.css" type="text/css">
<link rel="stylesheet" href="slides.css" media="all"/>
<script data-main="../../src/autoinit" src="../../bungledeps/require.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<section>
<h1>Slideshows</h1>
<section class="description">
<a href="documentation.md" class="pat-inject" data-pat-inject="source: ## Description::element; target: self::element; trigger: autoload">Description</a>
</section>
<section class="demo">
<h2>Demo</h2>
<ul>
<li><a href="standalone-test.html">Standalone slideshow page</a></li>
<li><a href="standalone-test.html">Page with injected slides</a></li>
<li><a href="standalone-test.html">Page with a composition of embedded and injected slides</a></li>
</ul>
<ul>
<li><a href="standalone-test.html?slides=first-slide,third-slide">Standalone slideshow page with filters for the first and the third slide.</a></li>
</ul>
</section>
<section class="documentation">
<a href="documentation.md" class="pat-inject" data-pat-inject="source: ## Documentation::element; target: self::element; trigger: autoload">Documentation</a>
</section>
</section>
<a href="../../index.html" class="pat-inject" data-pat-inject="source: #global-navigation::element; target: self::element; trigger: autoload">Global navigation</a>
</body>
</html>