-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (37 loc) · 987 Bytes
/
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
<!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://shinshun.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>
<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://3.bp.blogspot.com/-OXT1dhoWyQc/T3K7pJe8YYI/AAAAAAAAFAo/5Qhzt3Scw60/s600/gashi_kingasinsyun.png>
</body>
</html>