dioxus/packages/desktop/src/index.html

27 lines
445 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
2021-10-16 21:04:28 +00:00
<html>
2021-10-16 21:04:28 +00:00
<head>
2021-10-25 19:05:17 +00:00
<!-- enable for mobile support -->
<meta name="viewport" content="width=device-width, initial-scale=1.0 maximum-scale=1.0 user-scalable=no"
charset="utf-8" />
<!-- <style>
body,
html {
position: fixed;
}
</style> -->
</head>
2021-10-16 21:04:28 +00:00
<body>
<div id="_dioxusroot">
</div>
</body>
<script type="text/javascript" src="index.js">
</script>
</html>