-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtutorial.html
49 lines (43 loc) · 1.37 KB
/
tutorial.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
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en-US" dir="ltr">
<head>
<title>Module 4: What if you can’t cite Wikipedia?</title>
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="generator" content="ActivePresenter 9.1.5"/>
<meta name="author" content="Tisch Library" />
<meta name="description" content="Press the tutorial button to begin."/>
<meta name="copyright" content=" " />
<meta name="viewport" content="initial-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<style>
html {
height: 100%;
}
body {
height: 100%;
margin: 0;
padding: 0;
}
.ap-prez-container {
position: relative;
height: 100%;
overflow: hidden;
outline: none;
}
</style>
<link rel="stylesheet" type="text/css" href="player/rlplayer.css" />
<script type="text/javascript" src="player/rlplayer.js"></script>
<script type="text/javascript" src="player/rlplayer.lang.en-US.js"></script>
</head>
<body>
<div id="xCYTIHJ1" class="ap-prez-container" lang="en-US" dir="ltr">
<script type="text/javascript">
AtomiAP.open("rlprez.js", "xCYTIHJ1", {
playMode: "Tutorial",
preloader: {zIndex: 2,diameter: 60,density: 9,range: 1000,speed: 1,color:'#2090E6',shape:'oval'}
});
</script>
</div>
</body>
</html>