-
Notifications
You must be signed in to change notification settings - Fork 0
/
FUCK-IE.html
38 lines (37 loc) · 1.22 KB
/
FUCK-IE.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>
<head>
<title>FUCK-IE</title>
<meta name="viewport" content="initial-scale=1.0,maximum-scale=1.0,user-scalable=no,width=device-width">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="shortcut icon" href="img/avatar_32x32.png" type="image/x-icon" />
<link rel="stylesheet" href="css/style.css" />
<link type="text/css" rel="stylesheet" href="//fonts.googleapis.com/css?family=Limelight|Handlee|Baumans|Righteous">
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript">
$(function() {
$('#tipWrap img').animate({
height : 1692,
width: 1260,
opacity : 0,
marginTop: -800
},3000)
});
</script>
<style type="text/css">
body{background:#fff}
#error{padding:10px 0 0 0;min-height:450px;}
h1{position:relative;color:#333;font-size:180px;line-height:1em;font-family: 'Righteous';z-index:2;}
h1 span{font-size:100px;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;}
img{max-width: inherit}
</style>
</head>
<body>
<div id="wrapper">
<div id="error">
<h1>F<span>ʅ(‾◡◝)ʃ</span>K-IE</h1>
<div id="tipWrap"><a href="https://han.im">eeeee</a></div>
</div>
</div>
</body>
</html>