-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpokemon_not_found.ejs
More file actions
41 lines (37 loc) · 1.35 KB
/
pokemon_not_found.ejs
File metadata and controls
41 lines (37 loc) · 1.35 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Lista pokemonów</title>
<link rel="stylesheet" type="text/css" media="screen" href="pokemon.css">
</head>
<body>
<div class="wrapper">
<header class="header" id="naglowek">
<div class="long">Pokémon - nazwa serii gier konsolowych firmy Nintendo, tworzonych od 1996 przez Satoshiego
Tajiri.
</div>
<div class="short">Pokémon</div>
</header>
<div class="content">
<section id="opisPokemona">
<div style="font-size: 100pt;">
NIE ZNALEZIONO TAKIEGO POKEMONA
</div>
<a href="list.html">Wróc</a>
</section>
</div>
<footer class="footer">
<div id='stopka' class="long">
Pokémon – japoński serial anime tworzony od 1997 roku. W Japonii odcinki
dzielą się na sześć serii: Pokémon, Pokémon: Advanced Generation,
Pokémon: Diamond & Pearl, Pokémon: Best Wishes!, Pokémon: XY i Pokémon
Sun & Moon, jednak wszędzie poza nią stosowany jest podział na 21
sezonów.
</div>
<div id='stpka' class="short">Pokémon</div>
</footer>
</div>
</body>
<script src="home.js"></script>
</html>