-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (38 loc) · 1.02 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
<!DOCTYPE HTML>
<html lang=ja>
<head>
<meta charset=UTF-8>
<meta property=og:title content=謹賀新年>
<meta property=og:description content=謹賀新年>
<meta property=og:url content=http://shinnen.kinn.ga>
<meta name=twitter:site content=謹賀新年>
<meta name=twitter:card content=summary>
<script>
function is_ie(){
var ua = navigator.userAgent;
return ua.indexOf('MSIE ') > -1 || ua.indexOf('Trident/') > -1;
}
if (is_ie()) {
location.href = 'http://gomika.su/';
}
</script>
<title>謹賀新年</title>
<meta charset=utf-8>
<style>
html, body, img {
width: 100%;
height: 100%;
border: 0;
margin: 0;
padding: 0;
overflow: hidden;
}
img {
object-fit: contain;
}
</style>
</head>
<body>
<img src=https://4.bp.blogspot.com/-ZMzPgyP64Zg/WFuJyby0eDI/AAAAAAABAmk/I_UtFowN0ecaQiqgYGpTsKGTqFzMLESdwCLcB/s300/nenga_hanko_kingashinnen_maru.png>
</body>
</html>