-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (29 loc) · 929 Bytes
/
index.html
File metadata and controls
31 lines (29 loc) · 929 Bytes
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>asteroid group</title>
<meta name="description" content="asteroid group">
<meta name="author" content="asteroid group">
<link rel="stylesheet" href="css/main.css?v=1.0">
<link rel="icon" href="assets/ico.png">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<table id="wrapper">
<tr>
<td><img src="assets/asteroidgroup.png" alt="asteroid group" /></td>
</tr>
</table>
</body>
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-107516242-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments)};
gtag('js', new Date());
gtag('config', 'UA-107516242-3');
</script>
</html>