mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-03 23:55:04 +08:00
Fix indentation
This commit is contained in:
28
debug.html
28
debug.html
@@ -2,23 +2,23 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<title>UE Blueprint</title>
|
<title>UE Blueprint</title>
|
||||||
<link rel="stylesheet" href="dist/css/ueb-style.css">
|
<link rel="stylesheet" href="dist/css/ueb-style.css">
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
--ueb-height: 100vh;
|
--ueb-height: 100vh;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<script type="module">
|
<script type="module">
|
||||||
import { Blueprint } from "./dist/ueblueprint.js"
|
import { Blueprint } from "./dist/ueblueprint.js"
|
||||||
</script>
|
</script>
|
||||||
<ueb-blueprint></ueb-blueprint>
|
<ueb-blueprint></ueb-blueprint>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user