Compare commits

...

2 Commits

Author SHA1 Message Date
Starbeamrainbowlabs 784a6edc10
index.html: allow for hosting in a subdir 2023-02-16 22:25:01 +00:00
Starbeamrainbowlabs 79559a26f1
add lantern 2023-02-16 22:24:42 +00:00
3 changed files with 6 additions and 2 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "lantern-build-engine"]
path = lantern-build-engine
url = https://gitlab.com/sbrl/lantern-build-engine.git

1
lantern-build-engine Submodule

@ -0,0 +1 @@
Subproject commit 094e175740cc6ebc10dd788a60af60e19407d641

View File

@ -15,8 +15,8 @@
</footer>
<!---------------->
<link rel="stylesheet" href="/app.css?hash={CSS_HASH_SHORT}" integrity="{ALGO}-{CSS_HASH}" />
<script src="/app.js?hash={JS_HASH_SHORT}" integrity="{ALGO}-{JS_HASH}" charset="utf-8"></script>
<link rel="stylesheet" href="./app.css?hash={CSS_HASH_SHORT}" integrity="{ALGO}-{CSS_HASH}" />
<script src="./app.js?hash={JS_HASH_SHORT}" integrity="{ALGO}-{JS_HASH}" charset="utf-8"></script>
<!-- <link rel="stylesheet" href="/app.css" />
<script src="/app.js"></script> -->
</body>