-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease.html
More file actions
29 lines (25 loc) · 1.13 KB
/
Copy pathrelease.html
File metadata and controls
29 lines (25 loc) · 1.13 KB
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
27
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="assets/images/favicon.png">
<title>ARCRI | Stream / Download</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap" rel="stylesheet">
</head>
<body>
<section class="streaming-section">
<div class="streaming-container">
<img src="assets/logos/arcri-header-logo.svg" alt="ARCRI Logo" class="streaming-logo">
<div style="text-align:center; margin-bottom: 2rem;">
<h1 id="releaseTitle" style="color: var(--not-quite-white); font-size: 2rem;"></h1>
<p id="releaseSubtitle" style="color: var(--aquamarine); margin-top: .5rem;"></p>
</div>
<ul id="platformList" class="streaming-list"></ul>
</div>
</section>
<script src="js/release.js"></script>
</body>
</html>