-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (49 loc) · 1.86 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" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Looking for a random number genetator? You found the right place! randoms.fun is a simple and easy-to-use website where you can generate random numbers. Whether you need it for a game, making decisions, or just for fun, this tool does the job quickly and reliably."
/>
<meta name="author" content="Alex Rotar" />
<meta
name="keywords"
content="random, number, generator, randoms, random number generator, random number, randoms, randoms.fun"
/>
<meta property="og:title" content="Random Number Generator" />
<meta
property="og:description"
content="Looking for a random number genetator? You found the right place! randoms.fun is a simple and easy-to-use website where you can generate random numbers. Whether you need it for a game, making decisions, or just for fun, this tool does the job quickly and reliably."
/>
<meta property="og:image" content="icon/android-chrome-512x512.png" />
<meta property="og:url" content="https://randoms.fun" />
<meta name="robots" content="index, follow" />
<meta name="theme-color" content="#3366CC" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="icon/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="icon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="icon/favicon-16x16.png"
/>
<link rel="manifest" href="icon/site.webmanifest" />
<title>randoms.fun</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>