You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
660 B
16 lines
660 B
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<link rel="stylesheet" href="./css/main.css" />
|
|
<title>Here examples</title>
|
|
</head>
|
|
<body>
|
|
<form id="find-me" class="" name="" action="https://geocode.search.hereapi.com/v1/geocode">
|
|
<input type="search" name="q" />
|
|
<input type="hidden" name="apiKey" value="KJ-S3Fuz34beh9KbbbzJznJLyEEVmDAymadvIP2ju6Q" />
|
|
<!-- https://geocode.search.hereapi.com/v1/geocode?q=Invalidenstr+117+Berlin&apiKey=KJ-S3Fuz34beh9KbbbzJznJLyEEVmDAymadvIP2ju6Q -->
|
|
<button type="submit">find</button>
|
|
</form>
|
|
</body>
|
|
</html> |