-
Notifications
You must be signed in to change notification settings - Fork 2
/
second.html
32 lines (25 loc) · 945 Bytes
/
second.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
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Honda Message</title>
<link rel="icon" type="image/x-icon" href="./img/coin.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/593900b406.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="./css/second.css">
<body>
<div class="box">
<h1>Message</h1>
<p>Email</p>
<input type="text" required="required">
<p>nick</p>
<input type="text" name="" id="">
<p>message text</p>
<textarea></textarea>
<button>Send</button>
</div>
</body>
</html>