static-gallery-generator/gallery/index.html

29 lines
1017 B
HTML

<!DOCTYPE html>
<head>
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1">
<!-- These are always required to load the general nanogallery2 code: -->
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/jquery@3.3.1/dist/jquery.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/nanogallery2@3/dist/css/nanogallery2.min.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/nanogallery2@3/dist/jquery.nanogallery2.min.js"></script>
<!-- This is the gallery.js file generated by the second script.
It contains the settings and gallery items for your own personal gallery: -->
<script type="text/javascript" src="gallery.js"></script>
</head>
<body>
<header>
</header>
<main>
<h1>Gallery</h1>
<!-- This is the placeholder that gets turned into the actual gallery by the script: -->
<div id="gallery"/>
</main>
<footer>
</footer>
</body>