page ready

This commit is contained in:
johan 2022-12-09 11:41:47 +01:00
parent 244cebb468
commit 5b391a0926
4 changed files with 37 additions and 0 deletions

12
css/main.css Normal file
View file

@ -0,0 +1,12 @@
@import url('https://fonts.cdnfonts.com/css/modern-typewriter');
* {
box-sizing: border-box;
font-family: 'MODERN TYPREWRITER', sans-serif;
font-size: medium;
}
body {
display: flex;
}

BIN
img/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 264 KiB

View file

@ -0,0 +1,3 @@
[ZoneTransfer]
ZoneId=3
HostUrl=about:internet

22
index.html Normal file
View file

@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="utf-8"/>
<title>OSS 110'Metz</title>
<meta name="description" content="Le site web du BDE Metz pour 2025, fait avec beaucoup d'amour" />
<meta name="author" content="VP geeks aka le REZO (cf rezo-rm.fr pour plus de détail)" />
<meta name="keyword" content="caca" />
<link rel="icon" href="img/favicon.ico">
<link rel="stylesheet" href="css/main.css" />
</head>
<body>
<script src="https://code.jquery.com/jquery-3.6.1.min.js" integrity="sha256-o88AwQnZB+VDvE9tvIXrMQaPlFFSUTR+nldQm1LuPXQ=" crossorigin="anonymous"></script>
</body>
</html>