forked from Imago-Veritatis/Imago-Veritatis
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy patharticle.html
More file actions
28 lines (25 loc) · 1.05 KB
/
Copy patharticle.html
File metadata and controls
28 lines (25 loc) · 1.05 KB
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">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
<link rel="stylesheet" href="article.css">
<link rel="icon" type="image/png" href="logo.png">
</head>
<body>
<header class="main-header">
<img src="logo.png" alt="Logo du journal" class="logo">
<div id="article-category" class="category"></div>
<a href="https://discord.gg/dttgPJzTmK" class="header-button">Discord Groupe RTL</a>
<a href="https://discord.gg/VnjaETmxD2" class="header-button">Discord Parlement du Listenbourg</a>
<!--<a href="login.html" class="header-button">Connexion administrateur</a> -->
<a href="." class="header-button">Accueil</a>
</header>
<div id="article-container">
<div id="article-content"></div>
</div>
<script type="module" src="article.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/showdown/2.1.0/showdown.min.js"></script>
</body>
</html>