1<!DOCTYPE html>
2<html lang="en">
3<!--
4 ___ _____ _
5 / _ \ _ _|_ _|_ _| | _____
6 | | | | '_ \| |/ _` | |/ / _ \
7 | |_| | | | | | (_| | < __/
8 \___/|_| |_|_|\__,_|_|\_\___|
9
10 Copyright 2021 Louis Dalibard
11 -->
12
13<head>
14 <!-- Stylesheet-->
15 <link rel="stylesheet" type="text/css" href="../../src/style.css">
16 <!-- Title Element-->
17 <title>Photo Series</title>
18 <!-- Icon-->
19 <link rel="icon" type="image/webp" href="/assets/icons/icon.webp">
20 </link>
21 <!-- Main Script Handling All Effects-->
22 <!-- Script for all pages-->
23 <!-- Metadata-->
24 <meta property="og:type" content="website">
25 <meta property="og:url" content="https://ontake.dev/">
26 <meta property="og:title" content="Photo Series">
27 <meta name="viewport" content="width=device-width, initial-scale=0.1">
28</head>
29
30<body>
31 <div id="container">
32 <div id="film-container"></div>
33 <div id="home-link"><a id="home-link-a" href="../../../"><img id="home-icon" src="../../src/assets/icons/home.webp"></img></a></div>
34 </div>
35 <script src="../../../config.js"></script>
36 <script src="../../src/main.js"></script>
37</body>
38
39</html>