Skip to content

Commit

Permalink
fix html
Browse files Browse the repository at this point in the history
  • Loading branch information
andreypfau committed May 27, 2024
1 parent b708cb0 commit 90a2902
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions resources@js/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<html>
<head>
<title>TL-B -> FunC Generator [DEVELOPER PREVIEW]</title>
</head>
<body>
<h1>TL-B -> FunC Generator [DEVELOPER PREVIEW]</h1>
<label for="src"></label><textarea id="src" style="width: 100%; height: 200px"></textarea>
<div style="padding: 10px">
<button id="compile" style="padding: 10px">Compile</button>
</div>
<label for="output"></label><textarea id="output" readonly style="width: 100%; height: 500px"></textarea>
<details>
<summary>TL-B Types Debug</summary>
<label for="debug"></label><textarea id="debug" readonly style="width: 100%; height: 200px"></textarea>
</details>

<script src="kotlin-kotlin-stdlib.js"></script>
<script src="kotlinx-io-kotlinx-io-core.js"></script>
<script src="kotlinx-crypto-kotlinx-crypto-digest.js"></script>
<script src="kotlinx-crypto-kotlinx-crypto-crc32.js"></script>
<script src="parsus.js"></script>
<script src="tlb.js"></script>
</body>
</html>

0 comments on commit 90a2902

Please sign in to comment.