-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (40 loc) · 1.74 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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title></title>
</head>
<body style="background-color: cornflowerblue">
<div style="margin: 50px; align-content: center; text-align: center;">
<label style="font-family: 'Verdana'; font-size: 500%; color: black">
TheSlovakPenguin's Website
</label>
</div>
<div style="margin: 50px; align-content:center; text-align:center;">
<label style="font-family: Verdana; font-size: 300%; color: black;">
Contact
</label>
</div>
<div style="display: grid; grid-column-start: auto auto; align-content: center; text-align: center;">
<label style="font-family: Verdana; font-size: 200%; color: black; grid-column-start: 1; grid-column-end: 1;">
Email: [email protected]
</label>
<label style="font-family: Verdana; font-size: 200%; color: black; grid-column-start: 2; grid-column-end: 2; ">
Phone: +1 267-399-6322
</label>
</div>
<div style="margin: 50px; align-content:center; text-align:center;">
<label style="font-family: Verdana; font-size: 300%; color: black;">
Links
</label>
</div>
<div style="display: grid; grid-column-start: auto auto auto; align-content: center; text-align: center;">
<a style="font-family: Verdana; font-size: 200%; color: black; grid-column-start: 1; grid-column-end: 1;" href="https://github.com/LucoseGlucose">
Github
</a>
<a style="font-family: Verdana; font-size: 200%; color: black; grid-column-start: 2; grid-column-end: 2;" href="https://theslovakpenguin.itch.io/">
Itch.io
</a>
</div>
</body>
</html>