Skip to content

Commit 31b1ff2

Browse files
committed
placeholder page
0 parents  commit 31b1ff2

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
borg.games

index.html

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<meta charset="utf-8" />
6+
<title>Borg Games</title>
7+
<style>
8+
button.action {
9+
font-size: larger;
10+
text-transform: uppercase;
11+
padding: 0.5vh 1vh;
12+
}
13+
</style>
14+
</head>
15+
16+
<body style="text-align: center; background: #1e1e1e; color: #cedada;">
17+
<h1>Borg Games - Play in your browser</h1>
18+
19+
<div class="content">
20+
<p style="display: inline-block;">
21+
<h2>Minecraft</h2> coming soon
22+
</p>
23+
<p style="display: inline-block;">
24+
<h2>Factorio</h2> coming soon
25+
</p>
26+
27+
<p style="display: inline-block;">
28+
<h2>&nbsp;</h2>
29+
</p>
30+
31+
<form style="display: inline-block;" action="https://forms.office.com/r/7LU5EzDLs8">
32+
<button class="action" type="submit">Join the waitlist</button>
33+
</form>
34+
</div>
35+
</body>
36+
37+
</html>

0 commit comments

Comments
 (0)