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