Website with changes made with/based on my graphic designer Mom's suggestions (thanks Mom!)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user