-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (65 loc) · 2.31 KB
/
index.html
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<title>Spooky Nebula</title>
<meta name="author" content="Spooky Nebula" />
<meta name="description" content="Gamer Software and Games" />
<meta property="og:locale" content="en_UK" />
<link rel="shortcut icon" type="image/png" href="/favicon.png" />
<link
rel="shortcut icon"
type="image/png"
href="https://www.spookynebula.com/favicon.png"
/>
<link rel="stylesheet" type="text/css" href="./stylishstyles/master.css" />
<link rel="stylesheet" type="text/css" href="/stylishstyles/master.css" />
<link
rel="stylesheet"
type="text/css"
href="./stylishstyles/spooky-master.css"
/>
<link
rel="stylesheet"
type="text/css"
href="/stylishstyles/spooky-master.css"
/>
</head>
<body>
<div class="wrapper-100-100 hero-flex-col-center hinted-down">
<div class="spooky-background scrolling-background">
</div>
<div class="title">
<img alt="Spooky Nebula" src="assets/spookylogo.png">
</div>
</div>
<div class="wrapper blur-background hero-flex-col-start">
<p class="heading">We try to make games, here's our projects:</p>
<a class="project-link" href="/incelhighschool">Incel Highschool</a>
<a class="project-link" href="/digidungeon/">Digi Dungeon</a>
<!-- <a class="project-link" href="">Endeavor</a>
<a class="project-link" href="">Stone Path</a>
<a class="project-link" href="">Opencardgame</a> -->
<p>Chode just checked and none of these are done, come back later!</p>
</div>
<div class="wrapper hero-flex-col-start">
<p class="heading">Roadmap</p>
<div class="roadmap">
<div class="coverart withdate">
<img src="assets/TBD.png" alt="Digi Dungeon EA Dec 2021 Artwork">
<p>Digi Dungeon Beta - Dec 2021</p>
</div>
<div class="coverart withdate">
<img src="assets/TBD.png" alt="Incel Highschool Dec 2022 Artwork">
<p>Incel Highschool - Dec 2022</p>
</div>
</div>
<p>Temporary, a better roadmap will be published in the future</p>
</div>
<div class="footer">
<p>
this page was made with love by Pedro<span class="heart"><3</span>
</p>
</div>
</body>
</html>