-
Notifications
You must be signed in to change notification settings - Fork 0
/
hatter.html
55 lines (37 loc) · 1.17 KB
/
hatter.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
53
54
55
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-163112737-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-163112737-1');
</script>
<title>MaszkotMindenkinek</title>
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta charset="UTF-8">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<script type="text/javascript" id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
</script>
</head>
<body>
<h1 > <img id='logo' src="mask.png" alt="logo" alt="">MaszkotMindenkinek</h1>
<h4>#MaszkotMindenkinek</h4>
<a href="/">
<h2>Hogyan?
</h2>
</a>
<a href="hatter.html" class="inactiveLink">
<h2>Háttér</h2>
</a>
<div class="">
<a href="https://docs.google.com/document/d/1oCeeQtPV-I6aNtsCLRTQUOptvLGsaebzKaNpXgWZjBI/edit?usp=sharing">
Rövid áttekintés a tudományos háttérről
</a>
</div>
</body>
</html>