-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
47 lines (47 loc) · 1.24 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
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="icon" href="/favicon.ico" />
<title>Contribuer à transport.data.gouv.fr</title>
</head>
<body>
<noscript>
<strong
>We're sorry but contribuer.transport.data.gouv.fr doesn't work
properly without JavaScript enabled. Please enable it to
continue.</strong
>
</noscript>
<div id="app"></div>
<form
name="proposition_de_modification"
netlify
netlify-honeypot="bot-field"
hidden
>
<p>
<label>Your Name: <input type="text" name="name"/></label>
</p>
<p>
<label>Your Email: <input type="email" name="email"/></label>
</p>
<p>
<label>Je suis…: <input type="text" name="Iam" /></label>
</p>
<p>
<label
>Message:
<textarea name="message"></textarea>
</label>
</p>
<p>
<button type="submit">Send</button>
</p>
</form>
<!-- built files will be auto injected -->
</body>
</html>
<script type="module" src="/src/main.js"></script>