-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (25 loc) · 1.08 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Happy Valentines Day</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
</head>
<body>
<div class="main" style="height: 100vh;">
<div class="form__group field">
<form action="second.html">
<label for="fpname" class="form__label">Your Name</label>
<input type="input" class="form__field" name="fpname" id="fpname" required />
<button id="f-p-name" type="submit"><span class="material-symbols-outlined">arrow_right_alt</span></button>
</form>
</div>
<div class="copyright-container">
<h3 class="copyright">Created with 🤍 by <a href="https://instagram.com/zxdhiru">Dhiru</a></h3>
</div>
</div>
<script src="./first.js"></script>
</body>
</html>