-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
45 lines (34 loc) · 1.74 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
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Presenter</title>
<!--<link rel="stylesheet" type="text/css" href="src/style/css/bootstrap.min.css">-->
<!--<link rel="stylesheet" href="src/style/css/materialize.min.css">-->
<!--<link rel="stylesheet" type="text/less" href="src/style/lstyle.lessless">-->
<!--<script src="src/lib/less.min.js"></script>-->
<!--<script src="src/lib/jquery-3.2.1.min.js"></script>-->
<!--<script src="src/lib/bootstrap.min.js"></script>-->
<!--<script src="src/lib/materialize.min.js"></script>-->
<link rel="stylesheet" type="text/css" href="dist/presenter/css/presenterLibraries.css">
<link rel="stylesheet" type="text/css" href="dist/presenter/css/presenter.min.css">
<link rel="stylesheet" type="text/css" href="dist/presenter/css/style.example.css">
<script src="dist/presenter/js/thirdpartylibraries-min.js"></script>
<!--<script src="dist/presenter/js/presenter-min.js"></script>-->
<script src="src/js/presenter.js"></script>
<script type="text/javascript" src="stepsExample.js"></script>
<script src="presenterTest.js"></script>
</head>
<body>
<div id="presentation" class="container">
<div id="step1" class="step toTheCenter"></div>
<div id="step2" class="arribaALaDerecha"></div>
<div id="step3" class="abajoALaIzquierda"></div>
<div id="step4" class="abajoALaDerecha"></div>
<button id="aux" class="tetete1">Presione Aqui para finalizar</button>
</div>
</body>
</html>