Allow use of custom HTML

This commit is contained in:
Lea Anthony
2020-10-29 19:54:49 +11:00
parent 5be197b68f
commit c7c9ace232
6 changed files with 30 additions and 30 deletions

View File

@@ -1,18 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
</head>
<body>
<div id="app"></div>
<script type="text/javascript">function AddScript(js, callbackID) {
var script = document.createElement('script');
script.text = js;
document.body.appendChild(script);
}</script>
</body>
</html>