deploy: 2026-03-19 20:37

This commit is contained in:
ufo6849
2026-03-19 20:37:33 +09:00
commit 7a0a6274f5
3 changed files with 30 additions and 0 deletions

14
index.html Normal file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<title>My Site</title>
<style>
body { font-family: sans-serif; display: flex; justify-content: center; align-items: center; min-height: 100vh; background: #1e293b; color: white; }
h1 { font-size: 3rem; }
</style>
</head>
<body>
<h1>Hello Solmeca!</h1>
</body>
</html>