-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact-me.html
More file actions
27 lines (22 loc) · 953 Bytes
/
contact-me.html
File metadata and controls
27 lines (22 loc) · 953 Bytes
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">
<title>Document</title>
<!-- internal style stylesheet -->
<link rel="stylesheet" href="css/style.css">
<!-- favicon style -->
<link rel="apple-touch-icon" sizes="180x180" href="h/favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="h/favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="h/favicon_io/favicon-16x16.png">
<link rel="manifest" href="h/favicon_io/site.webmanifest">
<!-- fonts style -->
<link href="https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@1,300&family=Roboto+Mono:wght@300&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<form class="" action="index.html" method="POST">
<label>Your Name</label>
<input type="text" name="yourName" value="">
</form>
</body>
</html>