-
Notifications
You must be signed in to change notification settings - Fork 2
/
index-dev.html
26 lines (26 loc) · 976 Bytes
/
index-dev.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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>C-More Golf</title>
<meta name="description" content="C-More Golf">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="./css/styles.css">
<script type="text/javascript" src="./js/script.min.js"></script>
<script src="http://fusion.adtoma.com/spl/html5clickcount.js"></script>
</head>
<body>
<div class="cmore">
<a id="clickArea" class="clickArea" target="_blank"></a>
<div class="layers clearfix">
<div class="title animated fadeInUp"></div>
<div class="text animated fadeInUp"></div>
<div class="logo animated fadeInUp"></div>
</div>
<div class="counter clearfix animated slideInDown">
<div class="counter_wrap"></div>
</div>
</div>
</body>
</html>