Browse Source

Fix previewer html

pull/8934/head
Max Katz 4 years ago
parent
commit
24477415cf
  1. 2
      src/Avalonia.DesignerSupport/Remote/HtmlTransport/webapp/src/index.html

2
src/Avalonia.DesignerSupport/Remote/HtmlTransport/webapp/src/index.html

@ -6,10 +6,10 @@
<title>Avalonia XAML previewer web edition</title>
</head>
<body>
<script src="index.tsx"></script>
<div id="app">
<center>Loading...</center>
</div>
<noscript>JavaScript is required</noscript>
<script src="index.tsx"></script>
</body>
</html>
Loading…
Cancel
Save