forked from ossd-sp22/levbernstein-weekly
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweasel.html
More file actions
17 lines (14 loc) · 700 Bytes
/
weasel.html
File metadata and controls
17 lines (14 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
layout: default
title: Weasel
---
<div style="text-align: center">
This is a simple Python implementation of the Weasel Program, running in the browser using <a href="https://pyscript.net/">PyScript</a>. Source code is available <a href=https://github.com/LevBernstein/Weasel>here</a>. To restart, reload the page.
</div>
<!-- https://levbernstein.github.io/site/weasel -->
<link rel="stylesheet" href="https://pyscript.net/latest/pyscript.css" />
<script defer src="https://pyscript.net/latest/pyscript.js"></script>
<body>
<py-script src="../programs/weasel.py"></py-script>
<div id="box" style="font-family: Courier New, Courier, Andale Mono, monospace; text-align: center"></div>
</body>