-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (26 loc) · 1.09 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
<html>
<head>
<link rel="stylesheet" href="style/global.css">
<script src="script/index.js"></script>
</head>
<body>
<h1 class="header">Youtube Extension Tools</h1>
<div class="container">
<span class="title-content">Page URL:</span> <span id="urlDisplay"></span><br />
<span class="title-content">Is Youtube:</span> <span id="isYoutube"></span><br />
<span class="title-content">Youtube Id:</span> <span class="youtubeId"></span><br />
</div>
<div class="container box-tools">
<div class="loader" id="loader"></div>
<div class="title-content">Submit Youtube ID to API</div>
<br />
<div>API URL</div>
<input id="api-to-call" type="text" name="apiendpoint" />
<span class="title-content">Youtube Id:</span> <span class="youtubeId"></span><br />
<div class="submit">
<span id="status-res"></span>
<input type="submit" value="Submit" id="submit-form" />
</div>
</div>
</body>
</html>