This repository has been archived by the owner on Jul 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (66 loc) · 1.51 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
68
69
70
71
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="W4S Studio">
<meta property="og:description" content="">
<meta property="og:image" content="https://studio.w4s.hu/w4sstudio.svg">
<meta property="og:url" content="https://studio.w4s.hu">
<meta property="og:type" content="website">
<title>W4S Studio</title>
<style>
a {
color: #ffffff;
text-decoration: none;
}
a:visited {
color: #ffffff;
}
a:hover {
color: #303030;
}
a:active {
color: #303030;
}
body {
display: flex;
background-color: #090909;
color: white;
font-family: 'Courier New', monospace;
text-align: left;
margin: 0;
padding: 50;
justify-content: center;
allign-items: center;
}
.content {
padding: 100;
text-allign: center;
}
img {
max-width: 60%;
height: auto;
}
</style>
<link rel="icon" href="https://studio.w4s.hu/itt-a-kura-svgd.svg" type="image/png">
</head>
<body>
<div class="content">
<a href="https://dc.w4s.hu" target="_blank">
<img src="https://studio.w4s.hu/w4sstudio.svg" alt="studio-logo">
</a>
<p>W4S Studio<br>
<br>
"We" do some stuff sometimes.<br>
If you would like to contact us, join our <a href="https://dc.w4s.hu">discord server</a>. <br>
<br>
<br>
<a href="mailto:[email protected]">[email protected]</a><br>
<br>
<br>
<a href="https://github.com/w4sb0y/studio.w4s.hu">gh repo</a>
</p>
</div>
</body>
</html>