2015-05-09 05:56:35 -04:00
|
|
|
<html>
|
|
|
|
<head>
|
2015-06-01 15:12:24 -04:00
|
|
|
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
|
2015-05-09 05:56:35 -04:00
|
|
|
<script src="galleria/galleria-1.4.2.min.js"></script>
|
|
|
|
<script src="galleria/themes/classic/galleria.classic.min.js"></script>
|
2015-06-05 12:52:57 -04:00
|
|
|
<script src="index.js"></script>
|
2015-05-09 05:56:35 -04:00
|
|
|
<link rel="stylesheet" href="galleria/themes/classic/galleria.classic.css">
|
2015-06-05 12:52:57 -04:00
|
|
|
<link rel="stylesheet" href="index.css">
|
2015-05-09 06:17:26 -04:00
|
|
|
<title>Getting Started</title>
|
2015-05-09 05:56:35 -04:00
|
|
|
</head>
|
2015-06-05 12:52:57 -04:00
|
|
|
<body onload="runGalleria()">
|
2015-06-01 15:35:25 -04:00
|
|
|
<img class="fullscreen" src="fullscreen.png" width="16" height="16" onclick="toggleFullScreen()" />
|
2015-06-01 15:12:24 -04:00
|
|
|
<div class="galleria"></div>
|
2015-05-09 05:56:35 -04:00
|
|
|
</body>
|
2015-05-28 14:47:18 -04:00
|
|
|
</html>
|