File tree Expand file tree Collapse file tree 1 file changed +0
-45
lines changed
WolfLeash/Components/Pages Expand file tree Collapse file tree 1 file changed +0
-45
lines changed Original file line number Diff line number Diff line change 11@page " /Test"
22
3- <!-- index.html -->
4- <!DOCTYPE html>
5- <html lang =" en" class =" stream" >
6-
7- <head >
8- <meta charset =" UTF-8" />
9- <meta name =" viewport" content =" width=device-width, initial-scale=1.0" />
10- <title >Stream</title >
11- <link rel =" icon" href =" Moonlightweb/static/resources/moonlight.svg" sizes =" any" type =" image/svg+xml" >
12- <link rel =" stylesheet" href =" Moonlightweb/static/styles.css" />
13- <script type =" module" src =" Moonlightweb/static/stream.js" defer ></script >
14- </head >
15-
16- <body class =" stream" >
17- <!-- Modal -->
18- <div id =" modal-overlay" class =" modal-background modal-disabled" >
19- <!-- Modal Content -->
20- <div id =" modal-parent" class =" modal-content" >
21- </div >
22- </div >
23-
24- <!-- Sidebar -->
25- <div class =" sidebar-overlay prevent-start-transition" id =" sidebar-root" >
26- <div class =" sidebar-background prevent-start-transition" >
27- <button id =" sidebar-button" class =" sidebar-button" ><img src =" Moonlightweb/static/resources/arrow_left.svg"
28- class =" sidebar-button-image prevent-start-transition" /></button >
29- <div id =" sidebar-parent" class =" sidebar-content" >
30- </div >
31- </div >
32- </div >
33-
34- <!-- Errors -->
35- <div id =" error-list" >
36- </div >
37-
38- <!-- A dummy element for capturing inputs -->
39- <div id =" input" tabindex =" 0" ></div >
40-
41- <!-- Main App View -->
42- <div id =" root" >
43- </div >
44-
45- </body >
46-
47- </html >
483
494@code {
505
You can’t perform that action at this time.
0 commit comments