mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-06 08:25:19 +01:00
made paths relative for deploying to a folder and not the root of a domain.
This commit is contained in:
parent
9f9ec04510
commit
380ef5db92
1 changed files with 5 additions and 5 deletions
|
|
@ -3,15 +3,15 @@
|
|||
<title>Web CAD / Part Designer</title>
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,300italic,400,400italic,700,700italic&subset=latin,latin-ext">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300italic,400,400italic,700,700italic&subset=latin,latin-ext">
|
||||
<link rel="stylesheet" href="/lib-assets/font-awesome/css/font-awesome.min.css?modeler">
|
||||
<link rel="shortcut icon" href="img/cad/cube96.png" />
|
||||
<script src="lib/pnltri.js"></script>
|
||||
<script src="lib/verb.js"></script>
|
||||
<link rel="stylesheet" href="./lib-assets/font-awesome/css/font-awesome.min.css?modeler">
|
||||
<link rel="shortcut icon" href="./img/cad/cube96.png" />
|
||||
<script src="./lib/pnltri.js"></script>
|
||||
<script src="./lib/verb.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<a id="downloader" style="display: none;" ></a>
|
||||
<input id="uploader" style="display: none;" type="file">
|
||||
<div id="app" style="height: 100%;"></div>
|
||||
<script src="static/index.bundle.js"></script>
|
||||
<script src="./static/index.bundle.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in a new issue