Add ink integration UI and media playback
This commit is contained in:
+3
-3
@@ -1,9 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>AI Interactive Fiction</title>
|
||||
<title></title>
|
||||
<link rel="preload" href="/fonts/EBGaramond12-Regular.otf" as="font" type="font/otf" crossorigin>
|
||||
<link rel="preload" href="/fonts/EBGaramond12-Italic.otf" as="font" type="font/otf" crossorigin>
|
||||
<link rel="icon" href="/favicon.ico" type="image/x-icon">
|
||||
@@ -297,6 +297,6 @@
|
||||
originalLog.apply(console, args);
|
||||
};
|
||||
</script>
|
||||
<script type="module" src="/js/loader.js?v=20260514-new-game-click"></script>
|
||||
<script type="module" src="/js/loader.js?v=20260515-lead-kap-verified"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user