forked from aframevr/aframe-school
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (34 loc) · 1.36 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
35
36
<!DOCTYPE html>
<html>
<head>
<title>A-Frame School</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="The interactive course for WebVR.">
<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/fonts/Ubuntu/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">
</head>
<body>
<div style="padding: 10px; position: fixed; left: 0; bottom: 0; z-index: 10000">
<img src="media/img/aframe-logo.png" style="max-width: 64px">
</div>
<div class="reveal">
<div class="slides">
<section
data-markdown="content.md"
data-separator="\r?\n------\r?\n"
data-separator-vertical="\r?\n---\r?\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>
<script async src="src/codepen.js"></script>
</body>
</html>