index.html 849 B

12345678910111213141516171819202122232425262728
  1. <!DOCTYPE html>
  2. <!-- Licensed to the .NET Foundation under one or more agreements. -->
  3. <!-- The .NET Foundation licenses this file to you under the MIT license. -->
  4. <html>
  5. <head>
  6. <title>AvaloniaUI - ControlCatalog</title>
  7. <meta charset="UTF-8">
  8. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  9. <link rel="stylesheet" href="./app.css" />
  10. </head>
  11. <body style="margin: 0px; overflow: hidden">
  12. <div id="out">
  13. <div id="avalonia-splash">
  14. <div class="center">
  15. <h2 class="purple">
  16. Powered by
  17. <a class="highlight" href="https://www.avaloniaui.net/" target="_blank">Avalonia UI</a>
  18. </h2>
  19. </div>
  20. <img class="icon" src="Logo.svg" alt="Avalonia Logo" />
  21. </div>
  22. </div>
  23. <script type='module' src="./main.js"></script>
  24. </body>
  25. </html>