-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
29 lines (29 loc) · 956 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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title> Overview | Les Laboratoires JS </title>
<script src="script.js"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<img class="logo" src="logo.gif" alt="logo" height="80">
<header>
<div>
<h1> Les Laboratoires JS </h1>
<h2> Overview </h2>
</div>
</header>
<main>
<div id="bio" class="discord-style">
<header>
<h2> In comming </h2>
</header>
</div>
<div id="info" class="discord-style"></div>
<iframe class="discord-style" src="https://discordapp.com/widget?id=507389389098188820&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0"></iframe>
</main>
</body>
</html>