-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmods.html
More file actions
26 lines (24 loc) · 982 Bytes
/
mods.html
File metadata and controls
26 lines (24 loc) · 982 Bytes
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
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mods | Not Enough Photons</title>
<link rel="stylesheet" href="styles/styles_projects.css">
<link rel="apple-touch-icon" sizes="180x180" href="img/ui/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/ui/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/ui/favicon-16x16.png">
<link rel="manifest" href="img/ui/site.webmanifest">
<script src="scripts/project_listing_script.js" defer></script>
</head>
<body>
<div class="back-button">
<a class="back-text" href="index.html">Back</a>
</div>
<div class="video-container">
<video id="video-background" src="" autoplay muted loop></video>
<img id="banner-background" src="">
</div>
<div class="project-listings" id="project-parent">
</div>
</body>