Pages commit
This commit is contained in:
parent
18eaad7815
commit
1a6b35f399
4 changed files with 591 additions and 0 deletions
24
index.html
Normal file
24
index.html
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<title>Forum du Bilinguisme</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link href="static/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="static/css/main.css" rel="stylesheet">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="static/favicon.png">
|
||||
<script src="static/js/vendor/bootstrap.bundle.min.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Forum du bilinguisme HTML/CSS maquettes</h1>
|
||||
|
||||
<ul>
|
||||
<li><a href="home.html">Page d'accueil</a></li>
|
||||
<li><a href="connect.html">Page de connexion</a></li>
|
||||
<li><a href="create-account.html">Création de compte</a></li>
|
||||
<li><a href="profile.html">Profil utilisateur</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue