Skip to content

Commit

Permalink
website: hello world
Browse files Browse the repository at this point in the history
Signed-off-by: Steeve Morin <[email protected]>
  • Loading branch information
steeve committed Nov 16, 2023
1 parent 0c2f608 commit 71c5927
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="zml.jpg">
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
zmlblue: '#09033d',
}
}
}
}
</script>
</head>
<body class="bg-zmlblue fixed w-full h-full flex items-center justify-center"">
<img src="zml.jpg" class="w-1/3"></img>
</body>
</html>
Binary file added zml.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 71c5927

Please sign in to comment.