-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
49 lines (43 loc) · 1.99 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
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<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">
<meta name="keywords" content="pokemon images high-quality pokedex">
<meta name="description"
content="All the Pokemon assets in high resolution with easy-to-search options and one click download">
<link rel="stylesheet" href="./style.css">
<link rel="shortcut icon" href="./assets/favicon.png" type="image/png">
<title>Pokedex100 | Pokemon asset downloader</title>
</head>
<body>
<img class="pokedex" src="./assets/pokedex.png" alt="" height="30px">
<h1>Pokemon Asset Downloader Upgrade</h1>
<p>You can search by Pokemon name or search by Pokedex number</p>
<div id="inputfield">
<h2 contenteditable="true" id="text-name" aria-autocomplete="none" spellcheck="false" autocorrect="off"
autocomplete="false" role="searchbox">Darkrai</h2>
<p id="supplementary">#0491</p>
</div>
<div id="list"></div>
<br>
<br>
<div id="fixed-height">
<a id="image-1a" href="./[HOME] Pokémon Renders/Normal/poke_capture_0491_000_uk_n_00000000_f_n.png" download
target="_blank">
<img id="image-1" src="./[HOME] Pokémon Renders/Normal/poke_capture_0491_000_uk_n_00000000_f_n.png" alt=""
height="256px" width="auto">
</a>
<a id="image-2a" href="./[HOME] Pokémon Renders/Shiny/poke_capture_0491_000_uk_n_00000000_f_r.png" download
target="_blank">
<img id="image-2" src="./[HOME] Pokémon Renders/Shiny/poke_capture_0491_000_uk_n_00000000_f_r.png" alt=""
height="256px" width="auto">
</a>
</div>
<a class="github" href="https://github.com/yashrajbharti/Pokemon-Image-Downloader-Upgrade" target="_blank">
<img src="./assets/github.svg" alt="github" title="github" height="80px">
</a>
</body>
<script src="./script.js"></script>
</html>