Skip to content

Commit 15fe127

Browse files
Create index.html
1 parent 1a31076 commit 15fe127

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

docs/index.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!DOCTYPE html>
2+
<html lang="en" style="height: 100%; margin: 0px;">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<title>Coming Soon</title>
7+
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
8+
</head>
9+
<body style="height: 100%; margin: 0px; color: darkgreen;">
10+
<div id="particles-js" style="padding-top: none; margin-top: none; min-height: 100vh; overflow: hidden;">
11+
<script src="libraries/particles.js-master/particles.js"></script>
12+
<script src="libraries/particles.js-master/app.js"></script>
13+
<div class="text-center" style="display: flex; justify-content: center; align-items: center; height: 100vh">
14+
<div class="container-fluid">
15+
<a href="BlockifyVR.php">
16+
<img style="width: 10rem; height: 10rem" src="/Website/Resources/logo.svg" class="img-fluid position-relative zoom" alt="blockify vr extension header image">
17+
</a>
18+
<h1 style="padding-top: 15px; padding-bottom: 3px; font-size: 5rem;">BlockifyVR</h1>
19+
<hr style="margin: auto; width: 30vh; text-align: center; border-width: 1px;" class="border border-success opacity-50">
20+
<h2 style="padding-top: 3px; font-size: 3rem;">Coming Soon</h2>
21+
</div>
22+
</div>
23+
</div>
24+
</body>
25+
</html>

0 commit comments

Comments
 (0)