Skip to content

Commit 7f4014e

Browse files
committed
Cleaned test site
1 parent 85f2f38 commit 7f4014e

File tree

1 file changed

+0
-45
lines changed

1 file changed

+0
-45
lines changed

WolfLeash/Components/Pages/Test.razor

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,5 @@
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

0 commit comments

Comments
 (0)