-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (31 loc) · 1.16 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
28
29
30
31
32
33
34
35
36
37
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- SEO -->
<meta name="robots" content="index,follow">
<!-- All Search Engines -->
<meta name="googlebot" content="index,follow">
<!-- Google Specific -->
<!-- Social -->
<meta property="og:site_name" content="David Manera | Criminal Lawyer">
<meta property="og:type" content="website">
<meta property="og:locale" content="en_GB">
<meta property="article:author" content="AimHigher Web Design">
<meta name="twitter:card" content="summary">
<meta name="twitter:creator" content="@aimhigherweb">
</head>
<body>
<div id="root"></div>
<script src="./src/index.js"></script>
<form name="contact-html" method="POST" netlify netlify-honeypot="bot-field" hidden>
<input type="text" name="name" placeholder="Name" />
<input type="text" name="phone" placeholder="Phone" />
<input type="email" name="email" placeholder="Email" />
<textarea name="message"></textarea>
<button type="submit">Submit</button>
</form>
</body>
</html>