dsimart-org/index.html
2025-05-29 17:21:19 +00:00

36 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DSiMart: Yet another work in progress revival</title>
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
margin: 0;
padding: 20px;
background-color: #f5f5f5;
}
.container {
max-width: 600px;
margin: 100px auto;
padding: 20px;
background: white;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
h1 {
color: #333;
}
</style>
</head>
<body>
<div class="container">
<h1>DSiMart</h1>
<p>Coming soon - another exciting revival in progress!</p>
<p>This website is currently under construction. Please check back later!</p>
<p>Thanks for your patience!<br>- Thom</p>
</div>
</body>
</html>