-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (22 loc) · 847 Bytes
/
index.html
File metadata and controls
23 lines (22 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en" data-theme="dark">
<head>
<meta charset="UTF-8">
<title>Fate/GO Backgrounds</title>
<link rel="stylesheet" media="all" href="assets/site.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/jquery.magnific-popup.min.js"></script>
<script src="assets/site.js"></script>
</head>
<body>
<div class="container">
<h1>Fate/GO Backgrounds</h1>
<h4>Updated 11/08/2024 - <a class="image-source-link" href="https://www.youtube.com/watch?v=otFiXq9pQlw">Video of all Backgrounds</a></h4>
<p>
<section class="img-gallery-magnific" id="bg-all">
</section>
<div class="clear"></div>
</p>
</div>
</body>
</html>