odin-project-notes/projects/sign-up-form/index.html

13 lines
296 B
HTML
Raw Normal View History

2025-04-22 16:21:26 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sign Up Form Project</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Sign Up Form Project</h1>
</body>
</html>