Skip to content

Commit

Permalink
Moved index in root
Browse files Browse the repository at this point in the history
  • Loading branch information
neauoire committed May 10, 2019
1 parent f87d4d1 commit 3abfc96
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 17 deletions.
Empty file added .nojekyll
Empty file.
9 changes: 9 additions & 0 deletions TUTORIAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,15 @@ Here's a list of supported operations.
6I4
```

### Hold Bang

```
..S
...
Hh.
SF.
```

### Delay

```
Expand Down
17 changes: 0 additions & 17 deletions browser/index.html

This file was deleted.

16 changes: 16 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="desktop/sources/links/style.css"/>
<title>Orca</title>
</head>
<body>
<script type="module" src="browser/mock/require.js"></script>
<script type="module">
import Terminal from "desktop/sources/scripts/terminal.js";
const terminal = new Terminal()
window.terminal = terminal
terminal.install(document.body)
terminal.start()
</script>
</body>
</html>

0 comments on commit 3abfc96

Please sign in to comment.