Create waschmarken as clone of webpnp
This commit is contained in:
30
ui.html
Normal file
30
ui.html
Normal file
@@ -0,0 +1,30 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>leafblade Minecraft Server</title>
|
||||
<script src="https://raw.githack.com/SortableJS/Sortable/master/Sortable.js"></script>
|
||||
<meta charset="UTF-8"/>
|
||||
<style>
|
||||
div {
|
||||
/* border: 1px solid; */
|
||||
margin: 5px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="content">
|
||||
</div>
|
||||
</body>
|
||||
|
||||
<script src="../static/renderer.js"></script>
|
||||
|
||||
<script>
|
||||
fetch('api/draw', {
|
||||
method: 'POST',
|
||||
body: JSON.stringify({}),
|
||||
});
|
||||
</script>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user