-
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathDNSGuide.html
More file actions
25 lines (25 loc) · 592 Bytes
/
DNSGuide.html
File metadata and controls
25 lines (25 loc) · 592 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Frizzle</title>
<meta http-equiv="refresh" content="0; URL='https://files.catbox.moe/yssfh7.pdf'">
<style>
body {
background-color: black;
color: white;
font-family: Arial, sans-serif;
text-align: center;
margin-top: 20%;
}
a {
color: white;
text-decoration: underline;
}
</style>
</head>
<body>
<h1>A project with ❤️ by Frizzle</h1>
<p>If you are not redirected, <a href="https://files.catbox.moe/yssfh7.pdf">click here</a>.</p>
</body>
</html>