-
Notifications
You must be signed in to change notification settings - Fork 0
/
step8.html
28 lines (27 loc) · 839 Bytes
/
step8.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
<!DOCTYPE html>
<html>
<head>
<title>Step 8: Accessing Your Images</title>
<meta charset="utf-8">
<style>
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);
</style>
<link rel="stylesheet" type="text/css" href="css/tutorialtemplate.css" />
</head>
<body>
<textarea id="source">
</textarea>
<script src="https://remarkjs.com/downloads/remark-latest.min.js">
</script>
<script>
var slideshow = remark.create({
sourceUrl: 'md/08-accessiipimage.md',
ratio: '16:9',
countIncrementalSlides: false,
highlightLines: true,
});
</script>
</body>
</html>