Skip to content

Commit 42969fb

Browse files
committed
edit index.html, bootstrap 5 added and update html shape
1 parent 93e9457 commit 42969fb

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

index.html

+19-7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<meta charset="utf-8">
55
<title>CYBER-MOUSE: testing envitoment for rattish-lang</title>
66
<link rel="stylesheet" href="main.css">
7+
<link href="/docs/5.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
8+
<script src="/docs/5.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
79
<script src="core/file.js"></script>
810
<script src="core/dir.js"></script>
911
<script src="core/disk.js"></script>
@@ -228,14 +230,24 @@
228230
setTimeout(function(){loadingScreen("hide")},300);
229231
</script>
230232
</div>
231-
<header>
232-
<aside><p id="filesystem"></p></aside>
233-
<main>
233+
<div>
234+
<header>
235+
<h1>cybermouse</h1>
236+
</header>
237+
<aside>
238+
<h4>files</h4>
239+
<div id="filesystem"></div>
240+
</aside>
241+
<main>
234242
<textarea id="ratscript" name="name" rows="8" cols="80"></textarea>
235-
<article id="output"></article>
236-
<section id="keyboard-record"></section>
243+
<article id="output"></article>
244+
<section id="keyboard-record"></section>
237245
</main>
238-
<aside><p id="debug"></p></aside>
239-
<footer></footer>
246+
<aside>
247+
<h4>DEBUG</h4>
248+
<p id="debug"></p>
249+
</aside>
250+
<footer><a href="https://github.com/Sarverott/cyber-mouse">repo on github</a></footer>
251+
</div>
240252
</body>
241253
</html>

0 commit comments

Comments
 (0)