-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path506.html
35 lines (22 loc) · 926 Bytes
/
506.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Title -->
<title>506 - Variant Also Negotiates</title>
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Pixelify+Sans:[email protected]&display=swap" rel="stylesheet">
<!-- Style -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>506</h1>
<h3>Variant Also Negotiates</h3>
<p>If you keep running into this page, contact support at <a href="mailto:[email protected]">[email protected]</a></p>
<img src="images/blurs.png" class="blurs">
</body>
</html>