typescript rewrite
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
<body>
|
||||
<div class="input_field">
|
||||
<input type="text" id="input"/>
|
||||
<button onclick = "convert_input()"> send </button>
|
||||
<button onclick = "convert_form()"> send </button>
|
||||
|
||||
</div>
|
||||
<div id="response_container" class="response_container">
|
||||
@ -18,6 +18,6 @@
|
||||
<button onclick="copy_to_clipboard()">📋</button>
|
||||
</div>
|
||||
</div>
|
||||
<script src="frontend.js" defer></script>
|
||||
<script src="dist/frontend.js" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user