-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (27 loc) · 987 Bytes
/
index.html
File metadata and controls
30 lines (27 loc) · 987 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
27
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>🌸 astraOS | The best OS, Made for everyone</title>
<link rel="icon" type="image/x-icon" href="./logo.png">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="video-section">
<video autoplay muted loop id="bg-video">
<source src="New_Project_35.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<div class="text-container">
<div class="text large">astraOS</div>
<div class="text small">Website coming soon (lets hope Tester_Man will make it soon :3)</div>
</div>
</div>
<script src="script.js"></script>
<script defer src="https://app.fastbots.ai/embed.js"
data-bot-id="clnpxzn5e0061pwb3kgjd98ov"
data-fab-position="right"
data-fabbg="#b97293"></script>
</body>
</html>