File tree 2 files changed +38
-0
lines changed
2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ borg.games
Original file line number Diff line number Diff line change
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 > </ 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 >
You can’t perform that action at this time.
0 commit comments