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-23 08:42:19 +02:00
|
|
|
<div class="full-screen-container">
|
|
|
|
|
<div class="left-panel">
|
|
|
|
|
<img src="nice_pic.jpg" class="left-panel-pic" alt="">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="right-panel">ola?</div>
|
|
|
|
|
</div>
|
2025-04-23 08:30:28 +02:00
|
|
|
</body>
|
|
|
|
|
</html>
|