-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (22 loc) · 967 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>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width initial-scale=1 user-scalable=no" />
<title>Frontend Functions</title>
<link href="./prism.css" rel="stylesheet" type="text/css">
<link href="./presentation.css" rel="stylesheet" type="text/css">
<link href="./lobster-two.css" rel="stylesheet" type="text/css">
<link href="./open-sans-condensed.css" rel="stylesheet"
type="text/css">
<link href="./dropdown.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="./prism-tomorrow.css">
</head>
<body>
<div id="root"></div>
<script src="./prism.js" type="text/javascript"></script>
<script src="./ramda.min.js"></script>
<!-- <script src="./react-live-editor.js"></script> -->
<script src="./dist/bundle.js"></script>
</body>
</html>