first commit

This commit is contained in:
Meor
2025-09-16 02:18:17 +03:00
commit fac5f36fc3
20 changed files with 650 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Main</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div class="glass-container">
<div class="data-box">
<h2>data</h2>
<form action="#" method="POST">
<p>Data</p>
</form>
</div>
</div>
</body>
</html>