-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlist.html
More file actions
35 lines (24 loc) · 1.42 KB
/
Copy pathlist.html
File metadata and controls
35 lines (24 loc) · 1.42 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" content="width=device-width, initial-scale=1.0, default-src *; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval' http://augucation.github.io"/>
<title>Interaktive Folien</title>
<link rel="icon" href="resources/img/Icon.png">
<link rel="stylesheet" href="resources/css/stylesheet_slideshow.css">
<link rel="stylesheet" href="resources/css/stylesheet_index.css">
</head>
<body class="my_text">
<div id="headline">Interaktive Folien</div>
<div id="tocContainer"></div>
<script type="text/javascript" language="javascript" src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
<script type="text/javascript" language="javascript" src="https://cdnjs.cloudflare.com/ajax/libs/flot/0.8.2/jquery.flot.min.js"></script>
<script type="text/javascript" src="resources/js/plugins/pdf.js/pdf.js"></script>
<!--Own scripts-->
<script type="text/javascript" src="resources/js/augucation_list.js"></script>
<script type="text/javascript" src="resources/js/augucation_manager.js"></script>
<script type="text/javascript" src="resources/js/copy.js"></script>
<script type="text/javascript" src="resources/js/table_of_content.js"></script>
<script type="text/javascript" src="resources/js/guistuff.js"></script>
<script type="text/javascript" src="resources/js/slideshow.js"></script>
</body>
</html>