-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (26 loc) · 1.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RVL1GEYF0T"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-RVL1GEYF0T');
</script>
<meta charset="UTF-8">
<title>c o r r x p t e d</title>
<meta property="og:site_name" content="E x p e r i m e n t a l . w e b s i t E"/>
<meta http-equiv="refresh" content="0; url=./menu.html" />
<link href="style.css" rel="stylesheet" type="text/css" media="all">
<link href="index.css" rel="stylesheet" type="text/css" media="all">
<link rel="shortcut icon" type="image/jpg" href="favicon/favicon.ico"/>
</head>
<body>
<!--<div class="welcomeImage clicableP" onclick="location.href='./menu.html';">-->
<!-- <img src="pics/anime-berserk-eduvijis-ayu.jpg">-->
<!--</div>-->
<!--<script src="index.js"></script>-->
</body>
</html>