forked from bodymovin/bodymovin-extension
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Expand file tree
/
Copy pathindex_dev.html
More file actions
24 lines (20 loc) · 757 Bytes
/
index_dev.html
File metadata and controls
24 lines (20 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<!-- <link rel="stylesheet" href="css/topcoat-desktop-dark.min.css"/> -->
<link id="hostStyle" rel="stylesheet" href="css/boilerplate.css"/>
<link id="hostStyle" rel="stylesheet" href="css/styles.css"/>
<link id="hostStyle" rel="stylesheet" href="css/compsSelection.css"/>
<link id="hostStyle" rel="stylesheet" href="css/compsRender.css"/>
<link id="hostStyle" rel="stylesheet" href="css/message.css"/>
<link id="hostStyle" rel="stylesheet" href="css/info.css"/>
<link id="hostStyle" rel="stylesheet" href="css/snapshot.css"/>
<title></title>
</head>
<body class="hostElt scrollable">
<script>
window.location='http://localhost:3000/'
</script>
</body>
</html>