-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (27 loc) · 1021 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html>
<head>
<title>AvaloniaTest.Browser</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href="/" />
<link rel="modulepreload" href="./RemoveBgComparer/main.js" />
<link rel="modulepreload" href="./RemoveBgComparer/dotnet.js" />
<link rel="modulepreload" href="./RemoveBgComparer/avalonia.js" />
<link rel="stylesheet" href="./RemoveBgComparer/app.css" />
</head>
<body style="margin: 0px; overflow: hidden">
<div id="out">
<div id="avalonia-splash">
<div class="center">
<h2 class="purple">
Powered by
<a class="highlight" href="https://www.avaloniaui.net/" target="_blank">Avalonia UI</a>
</h2>
</div>
<img class="icon" src="./RemoveBgComparer/Logo.svg" alt="Avalonia Logo" />
</div>
</div>
<script type='module' src="./RemoveBgComparer/main.js"></script>
</body>
</html>