forked from MapComplete/MapComplete
Add icons, add validation, add phone and email types, add css fixes
This commit is contained in:
parent
eb4dda1ba2
commit
1372027dac
56 changed files with 2794 additions and 3474 deletions
21
index.html
21
index.html
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<!-- WARNING: index.html serves as a template. If you want to change something, change it there -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
|
@ -7,23 +7,12 @@
|
|||
<title>MapComplete</title>
|
||||
<link rel="stylesheet" href="./vendor/leaflet.css"/>
|
||||
<link rel="stylesheet" href="./index.css"/>
|
||||
<link rel="manifest" href="./manifest.webmanifest">
|
||||
|
||||
<link rel="manifest" href="./manifest.manifest">
|
||||
<link rel="icon" href="assets/add.svg" sizes="any" type="image/svg+xml">
|
||||
|
||||
<!-- $$$OG-META -->
|
||||
|
||||
<!--
|
||||
<meta property="og:image" content="https://buurtnatuur.be/assets/BuurtnatuurFront.jpg">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="Buurtnatuur.be - samen natuur in kaart brengen">
|
||||
<meta property="og:description"
|
||||
content="Met deze tool kan je natuur in je buurt in kaart brengen en meer informatie geven over je favoriete plekje">
|
||||
<meta property="og:image" content="/assets/bike/cyclofix.jpeg"/>
|
||||
<meta property="og:type" content="website"/>
|
||||
<meta property="og:title" content="Cyclofix - a map for and by cyclists"/>
|
||||
<meta property="og:description"
|
||||
content="With this tool, cyclists can contribute to a map of cycling infrastructure"/>
|
||||
-->
|
||||
<!-- $$$OG-META -->
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="messagesboxmobilewrapper">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue