mirror of
https://github.com/arfct/itty-bitty.git
synced 2026-03-11 08:54:33 +00:00
Use absolute paths
This commit is contained in:
parent
1564632fd3
commit
7e07ecdf2b
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<link rel="stylesheet" href="recipe.css" inline>
|
||||
<script src="recipe.js" inline></script>
|
||||
<link rel="stylesheet" href="/render/recipe.css" inline>
|
||||
<script src="/render/recipe.js" inline></script>
|
||||
<script>
|
||||
function loadScript(src, callback, type = "module") {
|
||||
let promise = new Promise((resolve, reject) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue