-
Notifications
You must be signed in to change notification settings - Fork 0
/
pokemon.html
54 lines (54 loc) · 2.2 KB
/
pokemon.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
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="this is a list of the comfiest pokemon, feel free to contribute to this list by making a pull request on github!">
<link rel="shortcut icon" href="src/img/comfies.ico">
<link rel="stylesheet" href="src/comfies.css">
<title>/comfy/pokemon</title>
</head>
<body>
<section>
<h1><a href=".">←</a> /comfy/pokemon</h1>
<p>this is a list of the comfiest pokemon, feel free to contribute to this list by making a pull request to <a href="https://github.com/comfies/comfi.es">comfies/comfi.es</a> on github!</p>
</section>
<section>
<h2>furret <a href="https://m.bulbapedia.bulbagarden.net/wiki/Furret_(Pok%C3%A9mon)">→</a></h2>
<img src="src/img/furret.png">
<img src="src/img/furret2.png">
</section>
<section>
<h2>espurr <a href="https://m.bulbapedia.bulbagarden.net/wiki/Espurr_(Pok%C3%A9mon)">→</a></h2>
<img src="src/img/espurr.png">
<img src="src/img/espurr2.png">
</section>
<section>
<h2>minccino <a href="https://m.bulbapedia.bulbagarden.net/wiki/Minccino_(Pok%C3%A9mon)">→</a></h2>
<img src="src/img/minccino.png">
</section>
<section>
<h2>cinccino <a href="https://m.bulbapedia.bulbagarden.net/wiki/Cinccino_(Pok%C3%A9mon)">→</a></h2>
<img src="src/img/cinccino.png">
</section>
<section>
<h2>bellossom <a href="https://m.bulbapedia.bulbagarden.net/wiki/Bellossom_(Pok%C3%A9mon)">→</a></h2>
<img src="src/img/bellossom.gif" width="200">
</section>
<section>
<h2>eevee <a href="https://m.bulbapedia.bulbagarden.net/wiki/Eevee_(Pok%C3%A9mon)">→</a></h2>
<img src="src/img/eevee.png">
<img src="src/img/eevee2.png">
</section>
<section>
<h2>torchich <a href="https://m.bulbapedia.bulbagarden.net/wiki/Torchic_(Pok%C3%A9mon)">→</a></h2>
<img src="src/img/torchic.png">
<img src="src/img/torchic2.png">
</section>
<section>
<h2>growlithe <a href="https://m.bulbapedia.bulbagarden.net/wiki/Growlithe_(Pok%C3%A9mon)">→</a></h2>
<img src="src/img/growlithe.png">
<img src="src/img/growlithe2.png">
</section>
</body>
</html>