-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 1.34 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
<!-- This template is for reference only and is ONLY displayed for local development -->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/react-select/dist/react-select.css">
<link rel="stylesheet" href="https://pm.local.dev/assets/v2/css/pmtoolkit.css">
<script>
window.api_url = "https://api.pm.local.dev";
</script>
</head>
<body>
<!-- Change 'data-component' to the name of your component -->
<div class="container">
<h1>Document Group</h1>
<div id="document-manager" class="col-xs-12 mar-btm" data-component="document-uploader" data-quote-id="35803">Loading...</div>
<!-- <div data-component="document-uploader"-read-only="0" data-quote-id="31789">Loading...</div> -->
<footer class="text-center" style="padding: 15px;">
Plantminer Components
</footer>
</div>
</body>
</html>