Skip to content

Commit

Permalink
https://wasp.pannous.com/ points to GITHUB page!!
Browse files Browse the repository at this point in the history
CURRENT TESTS PASSED
  • Loading branch information
pannous committed Sep 12, 2024
1 parent c35fd97 commit bdaac4d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns:https="http://www.w3.org/1999/xhtml">
<head>
<!-- ⚠️⚠️⚠️ https://wasp.pannous.com/ points to GITHUB page!! ⚠️⚠️⚠️ -->
<META CONTENT="text/html; charset=UTF-8" HTTP-EQUIV="CONTENT-TYPE"></META>
<META CONTENT="text/html; charset=UTF-8" HTTP-EQUIV="CONTENT-TYPE"/>
<!-- <meta http-equiv="Content-Security-Policy" content="default-src script-src 'self' 'unsafe-inline' file://*"/> -->
<!-- <script src='wasp.js?v=nocache'></script> -->
<script>
Expand Down Expand Up @@ -68,7 +68,8 @@
<h1>🐝 <a href="https://github.com/pannous/wasp">Wasp</a></h1>
<h2>A new programming language for wasm</h2>
<label for="examples">Choose a Wasp example:</label>
<select id="examples" onchange="editor.setValue(exampleCode[value]);compile_and_run(editor.getValue())">
<select id="examples"
onchange="results.value='';editor.setValue(exampleCode[value]);compile_and_run(editor.getValue())">
<option value="math">Math</option>
<option value="hello">Hello World</option>
<option value="lists">Lists</option>
Expand Down

0 comments on commit bdaac4d

Please sign in to comment.