-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNeonClock.html
61 lines (34 loc) · 1.11 KB
/
NeonClock.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="style.css" />
<link rel='stylesheet' id='iqonic-style-css' href='styles.css' media='all' />
<script src='jquery.js'></script>
<script>
color_hover_with_XY(event,0,0);
</script>
<script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-105392568-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body >
<!-- Cursor div -->
<div id="banner_can">
<!-- <canvas width="1920" height="1080"></canvas> -->
<div class="logo">
<span class="hrss"></span>
<span class="open"></span>
<span class="hrs"></span>
</div>
</div>
<script src='script.js'></script>
<script src='tweenmax.js'></script>
<script src='script2.js'></script>
<script src="functions.js"></script>
</body>
</html>