diff --git a/css/main.css b/css/main.css new file mode 100644 index 0000000..c039833 --- /dev/null +++ b/css/main.css @@ -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; +} \ No newline at end of file diff --git a/img/favicon.ico b/img/favicon.ico new file mode 100644 index 0000000..c772b0b Binary files /dev/null and b/img/favicon.ico differ diff --git a/img/logo-bde.ico:Zone.Identifier b/img/logo-bde.ico:Zone.Identifier new file mode 100644 index 0000000..053d112 --- /dev/null +++ b/img/logo-bde.ico:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +HostUrl=about:internet diff --git a/index.html b/index.html new file mode 100644 index 0000000..0cedc31 --- /dev/null +++ b/index.html @@ -0,0 +1,22 @@ + + + + + + + OSS 110'Metz + + + + + + + + + + + + + + + \ No newline at end of file