-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
28 lines (28 loc) · 1.05 KB
/
home.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
<!DOCTYPE html>
<html lang="fr" xmlns="http://www.w3.org/1999/html">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Luca Abs">
<title>Henallux QCM</title>
<link rel="icon" href="./images/favicon.ico" type="image/x-icon" />
<link href="styles/style.css" rel="stylesheet">
<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=Montserrat:wght@400;500;600&display=swap" rel="stylesheet">
</head>
<body class="homepage">
<div class="container">
<div class="left">
<div class="logo"></div>
<div class="title">
<h1>Henallux</h1>
<p>An investment in knowledge pays the best interest. – Benjamin Franklin</p>
</div>
</div>
<div class="right">
<a href="./connection.php"><h2>Login</h2></a>
</div>
</div>
</body>
</html>