4 changed files with 37 additions and 0 deletions
@ -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; |
||||
|
} |
||||
|
After Width: | Height: | Size: 264 KiB |
@ -0,0 +1,3 @@ |
|||||
|
[ZoneTransfer] |
||||
|
ZoneId=3 |
||||
|
HostUrl=about:internet |
||||
@ -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 new issue