Website with changes made with/based on my graphic designer Mom's suggestions (thanks Mom!)

This commit is contained in:
2023-04-05 21:10:04 -04:00
parent a06c5854c8
commit b89b831983
2 changed files with 13 additions and 18 deletions

View File

@@ -8,7 +8,7 @@
<body>
<header><h1>Kraken</h1></header>
<i>FOSS Fexprs: <a title="Kraken on GitHub" href="https://github.com/limvot/kraken">https://github.com/limvot/kraken</a></i>
<button onclick="toggleTheme()" style="float: right;">Swap Theme</button>
<!--<button onclick="toggleTheme()" style="float: right;">Swap Theme</button>-->
<br>
<h3>Demo:</h3>
<div class="run_container">
@@ -18,7 +18,7 @@
(println "Math works:" (+ 1 2))
</div>
<textarea class="output" id="hello_output">Output will appear here</textarea>
<button class="run_button" onclick="executeKraken(hello_editor_jar.toString(), 'hello_output')"><b>Run</b></button> <br>
<button class="run_button" onclick="executeKraken(hello_editor_jar.toString(), 'hello_output')">Run</button> <br>
</div>
<h3>Concept:</h3>
<ul>