-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
59 lines (51 loc) · 1.14 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<div>
<p id='text'></p>
</div>
</body>
<style>
* {
margin: 0;
text-align: justify;
font-size: calc(2vw + 2vh);
font-family: monospace;
}
html {
width: 100%;
height: 100%;
}
body {
width: 100%;
height: 100%;
background: linear-gradient(to top right, black, rgb(26, 0, 34));
}
div {
width: 100%;
height: 100%;
overflow: hidden;
background-image: url(70937053_p0.jpg);
background-position: center;
background-clip: text;
-webkit-background-clip: text;
color: transparent;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
div,
p {
word-wrap: break-word;
}
</style>
<script>
window.location.href = "https://fb.com/groups/fayaku";
</script>
</html>