-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (37 loc) · 1.89 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
39
40
41
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Culpit</title>
<meta name="description" content="Examples for creative website header animations using Canvas and JavaScript" />
<meta name="keywords" content="header, canvas, animated, creative, inspiration, javascript" />
<meta name="author" content="Codrops" />
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" type="text/css" href="cssback/normalize.css" />
<link rel="stylesheet" type="text/css" href="cssback/demo.css" />
<link rel="stylesheet" type="text/css" href="cssback/component.css" />
<link href='http://fonts.googleapis.com/css?family=Raleway:200,400,800|Clicker+Script' rel='stylesheet' type='text/css'>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<!-- a target="_blank" class="hide-s" href="signup.html" style="position:fixed;top:5px;right:-14px;z-index:10;"><img src="l.jpg" alt=""></a>-->
<div class="container demo-2">
<div class="content">
<div id="large-header" class="large-header">
<canvas id="demo-canvas"></canvas>
<a href="signin.html"><h1 class="main-title">It-4</span></h1></a>
</div>
<div class="codrops-top clearfix">
<a class="" href=""><span>Welcome funkies</span></a>
</div>
</div>
<!-- Related demos -->
</div><!-- /container -->
<script src="jsback/rAF.js"></script>
<script src="jsback/demo-2.js"></script>
</body>
</html>