Revert "Allow use of custom HTML (#545)"

This reverts commit dc605c1683.
This commit is contained in:
Lea Anthony 2020-10-31 16:15:29 +11:00
commit f97341abbe
6 changed files with 30 additions and 30 deletions

View file

@ -0,0 +1,18 @@
<!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>