-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (27 loc) · 801 Bytes
/
index.html
File metadata and controls
39 lines (27 loc) · 801 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>Parcel Sandbox</title>
<meta charset="UTF-8" />
</head>
<body>
<div id="app"></div>
<div class="container">
<img class="profile" src="${profilePicture}" alt=""/>
<p>${accountName}</p>
<p>${text}</job>
<div class="bottom">
<button type="button"name="button" id="1" value="getQuote"
button.onclick= ${getDataApi}>
GET A NEW QUOTE </button>
<div class="icon-container">
<input type="image" onclick="window.location.href =
'https://twitter.com/login?lang=tr';"
value="submit" src="${twitter}" width="30px" />
</div>
</div>
</div>
<script src="src/index.js">
</script>
</body>
</html>