-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgallery.html
25 lines (21 loc) · 986 Bytes
/
gallery.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="utf-8" />
<meta name="keywords" content="slide show, dutch painters">
<title>gallery</title>
<link rel="icon" type="image/x-icon" href="images/favicon.jpg">
<link rel="stylesheet" href="font.css" />
<link rel="stylesheet" href="main.css" />
<!-- https://en.wikipedia.org/w/api.php?format=json&action=query&prop=extracts&exintro&explaintext&redirects=1&titles=miles_davis -->
<!-- https://en.wikipedia.org/api/rest_v1/page/media-list/Oscar%20Peterson -->
<!---https://picsum.photos/v2/list?page=4&limit=100--->
</head>
<body>
<div w3-include-html="body.html"></div>
<script type="text/javascript" src="lib.js"></script>
<script type="text/javascript" src="libtheme.js"></script>
<script type="text/javascript" src="imageviewer.js"></script>
<script type="text/javascript" src="indexcode.js"></script>
</body>
</html>