-
Notifications
You must be signed in to change notification settings - Fork 0
/
more.html
53 lines (48 loc) · 1.48 KB
/
more.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
<!DOCTYPE HTML>
<!--
Hielo by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="subpage">
<!-- Header -->
<header id="header">
<a href="#menu">Menu</a>
</header>
<!-- Nav -->
<nav id="menu" style="width: auto;">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="ai-strategy.html">AI-Strategie der EU und Gender Bias</a></li>
<li><a href="sexist-ai.html">Sexistische und rassistische AI </a></li>
<li><a href="gender-ai.html">Gender und AI-Präsentation</a></li>
<li><a href="more.html">More...</a></li>
</ul>
</nav>
<!-- Two -->
<section id="two" style="height: 94vh;" class="wrapper style2">
<div class="inner">
<div class="box">
<div class="content">
<header class="align-center">
<h2>Under Construction...</h2>
</header>
</div>
</div>
</div>
</div>
</section>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>