Datasets:

Modalities:
Image
Tags:
code
Libraries:
Datasets
License:
RyanLi0802 commited on
Commit
accdeef
·
verified ·
1 Parent(s): d463d8b

Delete 10512.html with huggingface_hub

Browse files
Files changed (1) hide show
  1. 10512.html +0 -103
10512.html DELETED
@@ -1,103 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <meta content="width=device-width, initial-scale=1.0" name="viewport">
6
- <title>
7
- permafrost.today is not found
8
- </title>
9
- <style>
10
- * {margin: 0;padding: 0;}
11
-
12
- body {
13
- background: #ccc;
14
- font-family: Arial, Helvetica, sans-serif;
15
- font-size: 11pt;
16
- text-align: center;
17
- }
18
-
19
- h1 {
20
- margin: 10px auto 20px 10px;
21
- color: #3498db;
22
- }
23
-
24
- p {
25
- display: inline-block;
26
- min-width: 200px;
27
- margin: auto 30px 10px 30px;
28
- }
29
-
30
- .container {
31
- position: relative;
32
- text-align: left;
33
- min-height: 200px;
34
- max-width: 800px;
35
- min-width: 450px;
36
- margin: 15% auto 0px auto;
37
- background: #FFFFFF;
38
- border-radius: 20px;
39
- padding: 20px;
40
- box-sizing: border-box;
41
- }
42
-
43
- img.logo {
44
- width: auto;
45
- max-height: 50px;
46
- margin-top: 30px;
47
- border: 0;
48
- }
49
-
50
- .logocont {
51
- text-align: center;
52
- }
53
-
54
- .langselect {
55
- position: absolute;
56
- top: 10px;
57
- right: 10px;
58
- }
59
-
60
- .langselect img {
61
- position: relative;
62
- width: auto;
63
- border: 0;
64
- margin: 2px;
65
- height: 15px;
66
- }
67
-
68
- .footer {
69
- color: #aaa;
70
- margin: 1em auto 0px auto;
71
- font-size: 8pt;
72
- text-align: center;
73
- min-width: 450px;
74
- }
75
- </style>
76
- </head>
77
- <body>
78
- <div class="container">
79
- <h1 id="t">
80
- permafrost.today is not found
81
- </h1>
82
- <p id="m">
83
- permafrost.today is not found in the configuration on this server. It might be because of a newly changed or wrong DNS pointer, or a reconfiguration of the server.
84
- <br>
85
- <br>
86
- Please contact customer support if the problem persists.
87
- </p>
88
- <div class="logocont">
89
- <a id="l">
90
- <img class="logo" id="i" src="rick.jpg">
91
- </a>
92
- </div>
93
- <div class="langselect" id="ls" style>
94
- <img alt="Norsk" onclick="setLang('no')" src="rick.jpg" title="Norsk">
95
- <img alt="Svenska" onclick="setLang('sv')" src="rick.jpg" title="Svenska">
96
- <img alt="English" onclick="setLang('en')" src="rick.jpg" title="English">
97
- </div>
98
- </div>
99
- <div class="footer">
100
- Domeneshop AS &copy; 2023
101
- </div>
102
- </body>
103
- </html>