1
0
Fork 0
Code Issues Pull requests Projects Releases Packages Wiki Activity Actions Pages

restore content editor launcher entrypoint

This commit is contained in:
super-jalawii 2026-06-27 11:10:27 -04:00
parent e79bc2e339
commit 656f4562c1
5 changed files with 113 additions and 0 deletions

13
worldshaper-content.html Normal file
View file

@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Worldshaper Content Editor</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/contentMain.tsx"></script>
</body>
</html>