-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 981 Bytes
/
index.html
File metadata and controls
19 lines (19 loc) · 981 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Home « Zyneon Studios</title>
<link rel="icon" href="/assets/zyneon/img/logo-180.png" type="image/png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="/assets/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="/assets/zyneon/css/shared.css" rel="stylesheet">
<link href="/assets/zyneon/css/overrides.css" rel="stylesheet">
</head>
<body data-bs-theme="dark" class="overflow-hidden">
<div class="content">
<iframe src="error.html?error=WORK+IN+PROGRESS&message=THIS+PAGE+IS+UNDER+CONSTRUCTION...+COME+BACK+LATER!&classList=bs-primary&hideReload=true&hideBack=true" class="border-0 w-100 h-100"></iframe>
</div>
<script src="/assets/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="/assets/zyneon/js/shared.js"></script>
</body>
</html>