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

13 lines
306 B
HTML
Raw Normal View History

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