-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (42 loc) · 1.98 KB
/
Copy pathindex.html
File metadata and controls
42 lines (42 loc) · 1.98 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
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Constellar</title>
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css2?family=Oxanium:wght@300&display=swap" rel="stylesheet">
<link rel="shortcut icon" type="x-icon" href="imgs/Constellar_icon.png">
</head>
<body style="background: url('imgs/jiSaqN.png') no-repeat center center fixed; background-size: cover;">
<header>
<h1>Constellar</h1>
<img id="game-logo" src="imgs/Constellar_icon.png" alt="Game Icon">
</header>
<main>
<section class="description">
<h2>About the Game</h2>
<p>Embark on an epic journey through an unforgiving solar system and save the world!
<br> In the far future of the dwarven homeworld, the dwarves tried an experiment that ended up destroying their mainland.
<br> You have to explore the diverse ecosystem of the sol and gather left-over equipment to upgrade your vessel and travel back in time. Before it's too late...
</p>
</section>
<section class="gallery">
<h2>Game Screenshots</h2>
<div class="images">
<img src="imgs/image.png" alt="Screenshot 1">
<img src="imgs/image2.png" alt="Screenshot 2">
<img src="imgs/image3.png" alt="Screenshot 3">
</div>
</section>
<section class="download">
<h2>Get the Game</h2>
<iframe frameborder="0" src="https://itch.io/embed/3086078?dark=true" width="552" height="167"><a href="https://nufko3.itch.io/constellar">Constellar by Nufko3, HappySimon, VoidCreature3892</a></iframe>
</section>
</main>
<footer>
<p>© 2026 Dwarven Studios made by ttq. All rights reserved. made by Really software</p>
<img id="logo" src="imgs/path1965-9.png" alt="logo">
</footer>
</body>
</html>