mirror of
https://github.com/mitb-archive/filebot
synced 2024-10-31 23:45:05 -04:00
15 lines
660 B
HTML
15 lines
660 B
HTML
<html>
|
|
<head>
|
|
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
|
|
<script src="galleria/galleria-1.4.2.min.js"></script>
|
|
<script src="galleria/themes/classic/galleria.classic.min.js"></script>
|
|
<script src="index.js"></script>
|
|
<link rel="stylesheet" href="galleria/themes/classic/galleria.classic.css">
|
|
<link rel="stylesheet" href="index.css">
|
|
<title>Getting Started</title>
|
|
</head>
|
|
<body onload="runGalleria()">
|
|
<img class="fullscreen" src="fullscreen.png" width="16" height="16" onclick="toggleFullScreen()" />
|
|
<div class="galleria"></div>
|
|
</body>
|
|
</html> |