2023-02-26 01:30
This commit is contained in:
30
gepetto/index.html
Normal file
30
gepetto/index.html
Normal file
@@ -0,0 +1,30 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Test</title>
|
||||
<script type="module" src="build/bundle.js"></script>
|
||||
<style>
|
||||
html,
|
||||
body {
|
||||
margin: 0;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
font-size: 16px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body class="grid-container">
|
||||
<elex-layout>
|
||||
<div slot="north">
|
||||
<elex-toolbar title="Elex">Hehehe</elex-toolbar>
|
||||
</div>
|
||||
<p>jkjk</p>
|
||||
</elex-layout>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user