-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 783 Bytes
/
Copy pathindex.html
File metadata and controls
19 lines (19 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<!-- <html manifest="cache.manifest"> -->
<html>
<head>
<title>Screenwriter</title>
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<!-- Libraries loaded from CDN -->
<script src="https://cdn.jsdelivr.net/npm/react@0.12.2/dist/react-with-addons.min.js"></script>
<script src="https://cdn.firebase.com/js/client/1.1.3/firebase.js"></script>
<script src="https://cdn.jsdelivr.net/npm/reactfire@0.4.0/dist/reactfire.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@3.4.1/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="print.css">
</head>
<body>
<div id="container" class="container"></div>
<script src="script.js"></script>
</body>
</html>