-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (33 loc) · 1.16 KB
/
index.html
File metadata and controls
36 lines (33 loc) · 1.16 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
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Status updates for the UCF Materia application">
<title>Materia Status</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div class="container">
<header>
<h1>Materia Status</h1>
<p>Current status and updates for Materia at UCF.</p>
</header>
<div class="status-banner" id="mainStatus">
<div class="status-indicator">
<div class="status-dot" id="statusDot"></div>
<h2 class="status-title" id="statusTitle">All Systems Operational</h2>
</div>
<p class="status-description" id="statusDescription">All services are running normally.</p>
</div>
<iframe src='https://materia.ucf.edu/embed/qrEU8/bond-movies/?autoplay=true' width='900' height='718' style='margin:0;padding:0;border:0;'></iframe>
<footer>
<p>
Materia Status Page |
<a href="https://github.com/ucfopen/Materia" target="_blank">Materia on GitHub</a> |
<a href="https://ucfopen.github.io/Materia-Docs/" target="_blank">Documentation</a>
</p>
</footer>
</div>
</body>
</html>