-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
33 lines (33 loc) · 909 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
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-F1PTRT94YJ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-F1PTRT94YJ");
</script>
<!-- Meta tags -->
<meta charset="utf-8" />
<meta name="title" content="Trans rights!" />
<title>Trans rights!</title>
<!-- Link to external CSS file -->
<link rel="stylesheet" type="text/css" href="styles/index.css" />
</head>
<body bgcolor="#181a1b">
<!-- Header -->
<div id="entete">
<!-- TODO1: Add content for #entete if needed -->
</div>
<!-- Centered container -->
<div class="center-container">
<a href="assets/emoji_u1f498_trans.html">
<img src="assets/logo.png" alt="Trans rights!" />
</a>
</div>
</body>
</html>