mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-05 17:05:04 -05:00
15 lines
1.1 KiB
HTML
15 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js" integrity="sha384-nvAa0+6Qg9clwYCGGPpDQLVpLNn0fRaROjHqs13t4Ggj3Ez50XnGQqc/r8MhnRDZ" crossorigin="anonymous"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/galleria/1.5.7/galleria.min.js" integrity="sha384-nUTmcZGvHkqUWk8Vex26NS0QsXEK8QAPLIZ22xLiy7OLCHX1QUbIqptlSLnH+aOg" crossorigin="anonymous"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/galleria/1.5.7/themes/classic/galleria.classic.min.js" integrity="sha384-2b7KAxHmRxLZu0x5c6OMtaUOSns5VJ666Fe4F7u9OjRdY6SSEvFLVDxIV+u+/hYp" crossorigin="anonymous"></script>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/galleria/1.5.7/themes/classic/galleria.classic.min.css" integrity="sha384-C9txWX+EICTgr4AN/wWQhKhdd/BsXl1lVS/E+daOWUZn6Mjm5oHGeEEU0jxP55oV" crossorigin="anonymous">
|
|
<script src="index.js"></script>
|
|
<link rel="stylesheet" href="index.css">
|
|
<title>Getting Started</title>
|
|
</head>
|
|
<body onload="runGalleria()">
|
|
<div class="galleria"></div>
|
|
</body>
|
|
</html> |