|
|
@ -8,8 +8,8 @@ |
|
|
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> |
|
|
|
|
|
|
|
<link rel="stylesheet" href="../css/reveal.min.css"> |
|
|
|
<link rel="stylesheet" href="../css/theme/night.css" id="theme"> |
|
|
|
<link rel="stylesheet" href="../../css/reveal.min.css"> |
|
|
|
<link rel="stylesheet" href="../../css/theme/night.css" id="theme"> |
|
|
|
</head> |
|
|
|
|
|
|
|
<body> |
|
|
@ -159,8 +159,8 @@ |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<script src="../lib/js/head.min.js"></script> |
|
|
|
<script src="../js/reveal.min.js"></script> |
|
|
|
<script src="../../lib/js/head.min.js"></script> |
|
|
|
<script src="../../js/reveal.min.js"></script> |
|
|
|
|
|
|
|
<script> |
|
|
|
|
|
|
@ -174,8 +174,8 @@ |
|
|
|
}, |
|
|
|
|
|
|
|
dependencies: [ |
|
|
|
{ src: '../lib/js/classList.js' }, |
|
|
|
{ src: '../plugin/math/math.js', async: true } |
|
|
|
{ src: '../../lib/js/classList.js' }, |
|
|
|
{ src: '../../plugin/math/math.js', async: true } |
|
|
|
] |
|
|
|
}); |
|
|
|
|