-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (21 loc) · 979 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Rose's Periodic Table of the Elements</title>
<meta charset="UTF-8">
<meta name="Periodic Table" content="Periodic Table of the Elements">
<meta name="description" content="Periodic Table of the Elements">
<meta name="keywords" content="periodic,table,elements,art,painting,HTML,CSS,JavaScript">
<meta name="viewport" content="initial-scale=1.0,maximum-scale=5.0,width=device-width">
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicons/favicon-16x16.png">
<link rel="manifest" href="assets/favicons/site.webmanifest">
<link rel="stylesheet" type="text/css" href="style.css">
<base target="_blank">
</head>
<body>
<script src="data.js"></script>
<script src="periodicTable.js"></script>
</body>
</html>