15 строки
441 B
HTML
15 строки
441 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Render Store - ServiceWorker Cookbook</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<script defer src="index.js"></script>
|
|
</head>
|
|
<body>
|
|
<h1>Pokemon Character Sheets</h1>
|
|
<p>Choose a character once, see the times and reload. Check the difference in times.</p>
|
|
<p><ul id="pokemon-list"></ul></p>
|
|
</body>
|
|
</html>
|