-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (37 loc) · 1.2 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hoom Ba Hoom Ba Hoom Ba</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/styles.css">
<script src="js/main.js" defer></script>
</head>
<body>
<main>
<h1>Flint the Time Detective API</h1>
<p>
Welcome! For JSON API usage, please use
<code>https://fttd-api.herokuapp.com/api/<span>the-name-to-query</span></code>
</p>
<p>
For a quick demo of the API in action, enter the English name of a
Time Shifter into the textbox below and click Submit.
<p>
<span>
PROTIP: So far the API only contains data for Lovelove, Jitterbug,
Bindi, Artie, Coconaut, Plumella, and Doron.
</span>
</p>
<input id="textbox" placeholder="Time Shifter Name" type="text">
<button id="submit">Submit</button>
<h2 id="name"> </h2>
<h3 id="jpName">Japanese Name:</h3>
<h3 id="num">Number:</h3>
<h3 id="epDebut">Debut Episode:</h3>
<h3 id="timePd">Time Period Found:</h3>
</main>
</body>
</html>