-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (27 loc) · 944 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="Web-based RNG tool for Pokémon Sword and Shield Max Raids"
/>
<title>Raidtomi</title>
<link
rel="stylesheet"
href="https://unpkg.com/[email protected]/normalize.css"
/>
<link rel="stylesheet" href="static/main.css" />
<link rel="stylesheet" href="static/pokesprite-pokemon-gen8.css" />
</head>
<body>
<div id="root">
<section class="compatibility-warning">
<p>Raidtomi supports Chrome and Firefox.</p>
<p>Please visit in one of those browsers!</p>
</section>
</div>
<script src="src/index.tsx"></script>
</body>
</html>