Skip to content

Commit c71b99b

Browse files
committed
wip
1 parent 5c2f46e commit c71b99b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
rel="shortcut icon"
99
href="data:image/svg+xml, %3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='16' fill='url(%23paint0_linear_2_3)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2_3' x1='32' y1='-1.52133e-06' x2='-1.52133e-06' y2='32' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FC55FF'/%3E%3Cstop offset='1' stop-color='%2317FFC7'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A"
1010
/>
11-
<link rel="prefetch" href="/defaults/nodes.json" />
12-
<link rel="prefetch" href="/defaults/default_project.json" />
13-
<link rel="prefetch" href="/whats-new/latest.md" />
11+
<link rel="prefetch" href="defaults/nodes.json" />
12+
<link rel="prefetch" href="defaults/default_project.json" />
13+
<link rel="prefetch" href="whats-new/latest.md" />
1414
<title>ThreeGN | Procedural 3D graphics editor for the web</title>
15-
<link rel="stylesheet" href="/inter.css" />
15+
<link rel="stylesheet" href="inter.css" />
1616
<style>
1717
:root {
1818
font-family: "Inter", sans-serif;
@@ -96,6 +96,6 @@
9696
</div>
9797
<div id="editor"></div>
9898
<div id="modals"></div>
99-
<script src="/main.js" type="module"></script>
99+
<script src="main.js" type="module"></script>
100100
</body>
101101
</html>

0 commit comments

Comments
 (0)