Datasets:

Modalities:
Image
Size:
< 1K
ArXiv:
Libraries:
Datasets
License:
File size: 1,905 Bytes
3cc73fe
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!DOCTYPE html>
<html>
 <head>
  <meta charset="utf-8">
  <meta content="width=device-width, initial-scale=1.0" name="viewport">
  <title>
   permafrost.today is not found
  </title>
  <style>
   * {margin: 0;padding: 0;}

body {
background: #ccc;
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
text-align: center;
}

h1 {
margin: 10px auto 20px 10px;
color: #3498db;
}

p {
display: inline-block;
min-width: 200px;
margin: auto 30px 10px 30px;
}

.container {
position: relative;
text-align: left;
min-height: 200px;
max-width: 800px;
min-width: 450px;
margin: 15% auto 0px auto;
background: #FFFFFF;
border-radius: 20px;
padding: 20px;
box-sizing: border-box;
}

img.logo {
width: auto;
max-height: 50px;
margin-top: 30px;
border: 0;
}

.logocont {
text-align: center;
}

.langselect {
position: absolute;
top: 10px;
right: 10px;
}

.langselect img {
position: relative;
width: auto;
border: 0;
margin: 2px;
height: 15px;
}

.footer {
color: #aaa;
margin: 1em auto 0px auto;
font-size: 8pt;
text-align: center;
min-width: 450px;
}
  </style>
 </head>
 <body>
  <div class="container">
   <h1 id="t">
    permafrost.today is not found
   </h1>
   <p id="m">
    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.
    <br>
    <br>
    Please contact customer support if the problem persists.
   </p>
   <div class="logocont">
    <a id="l">
     <img class="logo" id="i" src="rick.jpg">
    </a>
   </div>
   <div class="langselect" id="ls" style>
    <img alt="Norsk" onclick="setLang('no')" src="rick.jpg" title="Norsk">
    <img alt="Svenska" onclick="setLang('sv')" src="rick.jpg" title="Svenska">
    <img alt="English" onclick="setLang('en')" src="rick.jpg" title="English">
   </div>
  </div>
  <div class="footer">
   Domeneshop AS &copy; 2023
  </div>
 </body>
</html>