This repository has been archived by the owner on Apr 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (41 loc) · 2.05 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="height=device-height, width=device-width, initial-scale=1.0, user-scalable=no">
<meta name="author" content="NOI Web Team">
<meta name="description" content="Official website of National Olympiad in Informatics">
<meta name="generator" content="Webpack">
<meta name="keywords" content="SL, NOI, ioi, noi, nio, sri, lanka, olympiad, informatics, computing, competitive, programming">
<meta name="google-site-verification" content="bH2riJX-RXiZR03vaHkYpowVoXub9W5nJ_Kg3BjF-rs" />
<title>National Olympiad in Informatics</title>
<link rel="stylesheet" type="text/css" href="./main.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap-grid.min.css" crossorigin="anonymous">
<link rel="shortcut icon" href="./img/NOI_LOGO_ORG_small.png" type="image/x-icon">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-133691187-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-133691187-1');
</script>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-133691187-1', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
</head>
<body>
<div id="app"></div>
<script src="https://www.google.com/recaptcha/api.js?render=6LfJjI4UAAAAACjEIuGGUDaUjQ6gJ6Iwi3IZJS5J"></script>
<script src="./main.min.js"></script>
</body>
</html>