This commit is contained in:
Currency
2024-10-28 17:18:09 +01:00
commit eeed38954f

27
index.html Normal file
View File

@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WIP</title>
<style>
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
font-family: Arial, sans-serif;
background-color: #121212;
color: #f0f0f0;
}
h1 {
font-size: 3em;
color: #f0f0f0;
}
</style>
</head>
<body>
<h1>WIP</h1>
</body>
</html>