init2
This commit is contained in:
parent
f79e1b788d
commit
dc4ef0b961
4 changed files with 37 additions and 0 deletions
12
static/css/main.css
Normal file
12
static/css/main.css
Normal 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
static/img/favicon.ico
Normal file
BIN
static/img/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 264 KiB |
3
static/img/logo-bde.ico:Zone.Identifier
Normal file
3
static/img/logo-bde.ico:Zone.Identifier
Normal file
|
@ -0,0 +1,3 @@
|
|||
[ZoneTransfer]
|
||||
ZoneId=3
|
||||
HostUrl=about:internet
|
22
static/index.html
Normal file
22
static/index.html
Normal 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>
|
Loading…
Reference in a new issue