-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
24 lines (23 loc) · 891 Bytes
/
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Devcon.London</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<img src="img/logo.png" alt="Devcon.London" width="75" class="logo">
<h2>We have moved!</h2>
<p>Please click <a href="https://devcon.network/">here</a> if your browser doesn't redirect you in 3 seconds.</p>
<meta http-equiv="refresh" content="3;url=https://devcon.network/" />
</body>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-65593586-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-65593586-1');
</script>
</html>