basic build process
This commit is contained in:
28
index.html
Normal file
28
index.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<style>
|
||||
#root {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
}
|
||||
#target,
|
||||
#editor {
|
||||
width: 50%;
|
||||
height: 100%;
|
||||
margin: 5px;
|
||||
border: 1px solid #000000;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root">
|
||||
<div id="target">render target</div>
|
||||
<div id="editor" />
|
||||
</div>
|
||||
<script src="dist/main.js"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user