forked from gurumukhi/aframe-presentation-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (31 loc) · 1.25 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
<!DOCTYPE html>
<html>
<head>
<title>A-Frame Slides</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="description" content="Slides about A-Frame, a web framework for building virtual reality experiences with HTML.">
<link rel="shortcut icon" href="media/img/favicon.png">
<link rel="stylesheet" href="src/vendor/fonts/Fira-Sans/font.css">
<link rel="stylesheet" href="src/vendor/css/reveal.css">
<link rel="stylesheet" href="src/lib/highlight.css">
<script src="src/lib/print-and-pdf-export.js"></script>
<link rel="stylesheet" href="src/main.css">
<script src="src/vendor/js/aframe-v0.3.0.min.js"></script>
<script src="src/vendor/js/aframe-extras.loaders.min.js"></script>
</head>
<body>
<div class="reveal">
<div class="slides">
<section
data-markdown="content.md"
data-separator="\n------\n"
data-separator-vertical="\n---\n"
data-separator-notes="<!--Notes"></section>
</div>
</div>
<script src="src/vendor/lib/js/head.min.js"></script>
<script src="src/vendor/js/reveal.js"></script>
<script src="src/main.js"></script>
</body>
</html>