forked from rplacelive/game
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdisclaimer.html
More file actions
108 lines (108 loc) · 3.78 KB
/
disclaimer.html
File metadata and controls
108 lines (108 loc) · 3.78 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>disclaimer</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
body {
background-color: #dae0e6;
margin: 0;
font-family: 'IBM Plex Sans', sans-serif;
box-sizing: border-box;
}
header {
background-color: white;
margin: 0;
padding: 8px;
border-bottom: 1px solid #EDEFF1;
display: flex;
column-gap: 8px;
height: 64px;
}
header h1 {
margin: 0;
align-self: center;
}
.reddit-cards-container {
display: flex;flex-direction: column;align-items: center;
margin: 8px;
}
.reddit-cards-container > div {
background-color: white;
border-radius: 4px;
border: 1px solid #EDEFF1;
display: flex;column-gap: 16px;
width: min(100%, 1000px);
margin-bottom: 8px;
}
.reddit-cards-container > div:hover {
border: 1px solid #afb2b4;
}
.reddit-cards-container > div > div:nth-child(1) {
background-color: #F7F9FA;
width: 32px;
padding: 8px;
}
.reddit-cards-container > div > div:nth-child(2) {
flex-direction: column;
display: flex;
padding: 4px;
}
</style>
</head>
<body>
<header>
<img src="https://raw.githubusercontent.com/rslashplace2/rslashplace2.github.io/main/images/rplace.png" alt="rplace_logo">
<h1>rplace.tk Disclaimer</h1>
</header>
<div class="reddit-cards-container">
<div>
<div></div>
<div>
<h2 style="margin: 0;">Heads up!</h2>
<pre>
+-------+-------------------+
| | |
| | |
| | |
| +-------------------+-------+
| | | |
| | | |
| | +-------+ | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | +-------+ | |
| | | |
| | | |
| | +-----------+ |
| | | | |
| | | | |
| | | | |
+-------+ +-----------+-------+
</pre>
This website, rplace.tk, is not officially endorsed or produced by Reddit, the Reddit "r/place" event,
or any entities associated with Reddit. It is a parody-inspired game created solely for entertainment purposes.
</div>
</div>
<div>
<div></div>
<div>
Please note that any references, logos, or content related to Reddit or the "r/place" event used on this website are purely
for parody and homage purposes. They are not intended to claim any official affiliation or endorsement by Reddit.
</div>
</div>
<div>
<div></div>
<div>
We hope you enjoy the experience offered by rplace.tk, which pays tribute to the creativity and collaborative spirit
showcased during the original Reddit "r/place" event. However, please understand that this website is an independent project
and should not be misconstrued as an official extension of Reddit or its properties.
<p>Thanks for playing! (Zekiah-A, BlobKat & All open source contributors - rplace.tk ❤️)</p>
</div>
</div>
</div>
</body>
</html>