forked from narasimha-1511/WebDevHackathon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (34 loc) · 1.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My First Hackathon</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="fetchfromchatgpt" class="usingchatgpt">
<h1><u><i>Type the Name of the country !!!!</i></u></h1>
<input type="text" id="myInput" placeholder="Example.. India,Japan,nigeria,netherlands,newzeland,.....">
<h1> </h1>
<span onclick="newElement()" class="fetchh"> Get<br>Solution</span>
</div>
<div id = "result" class="getresultfromapi" >
<h2>Here below you can see your result....</h2>
</div>
<div id="ad"><p id="add">hey</p><a href="">Google Maps Link</a><br><a href="" id="jeje" >Open Streets link</a></div>
<script src="javasc.js"></script>
<div class="qr" >
<img src="https://api.qrserver.com/v1/create-qr-code/?size=150x150&data=https://www.openstreetmap.org/relation/304716" alt="" id="imggoogle">
<span>
Google Maps Link
</span>
</div>
<div class="qr" >
<img src="https://api.qrserver.com/v1/create-qr-code/?size=150x150&data=https://www.openstreetmap.org/relation/304716" alt="" id="imgstreets">
<span>
Open Streets Link
</span>
</div>
</body>
</html>