-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (32 loc) · 1.03 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>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>React Superpowers in Atom</title>
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/black.css">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<link rel="stylesheet" href="css/wrapper.css">
<!-- Printing and PDF exports -->
<script>
</script>
</head>
<body>
<div class="layout">
<img class="image-width" src="images/atom-header.png" />
<div class="layout-middle">
<img class="image-height" src="images/atom-tree.png" />
<div class="center-area">
<iframe class="pframe" src="sections.html"></iframe>
</div>
<img class="image-height" src="images/atom-minimap.png" />
</div>
<img class="image-width" src="images/atom-footer.png" />
</div>
</body>
<script>
document.getElementsByClassName('pframe')[0].focus()
</script>
</html>