[mod] update ebnf
This commit is contained in:
parent
3d94ef0d60
commit
7f55855473
12 changed files with 2491 additions and 235 deletions
|
|
@ -11,24 +11,25 @@
|
|||
<link rel="icon" type="image/png" href="../favicon.png" />
|
||||
|
||||
<script type="module" src="wa-setup.js"></script>
|
||||
<link rel="stylesheet" href="wa.css" />
|
||||
<link rel="stylesheet" href="wa2.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="page-wrap">
|
||||
<wa-button appearance="filled-outlined" variant="neutral">Filled-Outlined</wa-button>
|
||||
|
||||
<button>
|
||||
ddddd
|
||||
</button>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<section class='wrapper'>
|
||||
<section>
|
||||
<div class='header'>Header</div>
|
||||
</section>
|
||||
<section class='middle'>
|
||||
<div class='left-panel'>LeftPanel</div>
|
||||
<div id="editor" class='body-content'>Body</div>
|
||||
<div class='right-panel'>RightPanel</div>
|
||||
</section>
|
||||
<section>
|
||||
<div class='footer'>Footer</div>
|
||||
</section>
|
||||
</section>
|
||||
<script src="./lsp.bundle.js"></script>
|
||||
<script src="./script.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue