-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.html
27 lines (25 loc) · 1020 Bytes
/
info.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap" rel="stylesheet">
</head>
<header>
<h1 class = "h1"><bold>Informations</bold></h1>
<hr>
<div class="navbar">
<img src="mich.png" alt="logo">
<a href="./info.html">Info</a>
<a href="./gisel.html">Gisel IDE</a>
<a href="./minishell.html">Minishell</a>
<a href="./main.html">Homepage</a>
</div>
<div class="main">
</div>
</nav>
</header>
<body>
</body>
</html>