-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
19 lines (19 loc) · 848 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en" data-theme="light">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Simple and interactive periodic table." />
<meta name="theme-color" content="#1a1c22" />
<meta name="author" content="KaeserOfDark" />
<meta name="keywords" content="periodic, table, periodic table, Mendeleev, chemestry, elements, interactive, periodicum" />
<title>Periodicum</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="overlays"></div>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>