A cross-platform UI framework for .NET
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

46 lines
1.6 KiB

<!DOCTYPE html>
<!-- Licensed to the .NET Foundation under one or more agreements. -->
<!-- The .NET Foundation licenses this file to you under the MIT license. -->
<html>
<head>
<title>AvaloniaUI - ControlCatalog</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./app.css" />
</head>
<body style="margin: 0; overflow: hidden">
<div id="out">
<div class="avalonia-splash">
<h2>
Powered by
<a href="https://www.avaloniaui.net/" target="_blank">Avalonia UI</a>
</h2>
<img src="Logo.svg" alt="Avalonia Logo" />
</div>
</div>
<!--<div id="common-root" style="display: grid; grid-template-columns: 50% 50%; position: absolute; width:100%; height: 100%">-->
<!-- <div id="out1" style="position:relative">-->
<!-- <div class="avalonia-splash">-->
<!-- <h2>-->
<!-- Powered by-->
<!-- <a href="https://www.avaloniaui.net/" target="_blank">Avalonia UI</a>-->
<!-- </h2>-->
<!-- <img src="Logo.svg" alt="Avalonia Logo" />-->
<!-- </div>-->
<!-- </div>-->
<!-- <div id="out2" style="position:relative">-->
<!-- <div class="avalonia-splash">-->
<!-- <h2>-->
<!-- Powered by-->
<!-- <a href="https://www.avaloniaui.net/" target="_blank">Avalonia UI</a>-->
<!-- </h2>-->
<!-- <img src="Logo.svg" alt="Avalonia Logo" />-->
<!-- </div>-->
<!-- </div>-->
<!--</div>-->
<script type='module' src="./main.js"></script>
</body>
</html>