-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
32 lines (28 loc) · 1.01 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
<!DOCTYPE html>
<html>
<head>
<meta HTTP-EQUIV="content-type" CONTENT="text/html" charset="UTF-8">
<title>Periodicum</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/page.css">
<link rel="stylesheet" href="css/desktop.css">
</head>
<body>
<header class="header">
<h1 id="logo">Periodicum <span id="subhead">Table of Elements</span></h1>
</header>
<div id="react-content"></div>
<footer class="footer">
<p id="footer-body">© 2016 -- <a href="#" class="footer-link">ConKat</a> -- Katrin Marschner and Conny Kawohl</p>
</footer>
<!-- bower:js -->
<script src="js/react.js"></script>
<script src="js/react-dom.js"></script>
<script src="js/jquery.js"></script>
<script src="js/browser.js"></script>
<!-- endbower -->
<script src="js/app.js" type="text/babel"></script>
</body>
</html>