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.

1 yıl önce
123456789101112131415161718192021222324252627282930
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Example.Browser</title>
  5. <meta charset="UTF-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <base href="/" />
  8. <link rel="modulepreload" href="./main.js" />
  9. <link rel="modulepreload" href="./dotnet.js" />
  10. <link rel="modulepreload" href="./avalonia.js" />
  11. <link rel="stylesheet" href="./app.css" />
  12. </head>
  13. <body style="margin: 0px; overflow: hidden">
  14. <div id="out">
  15. <div id="avalonia-splash">
  16. <div class="center">
  17. <h2 class="purple">
  18. Powered by
  19. <a class="highlight" href="https://www.avaloniaui.net/" target="_blank">Avalonia UI</a>
  20. </h2>
  21. </div>
  22. <img class="icon" src="Logo.svg" alt="Avalonia Logo" />
  23. </div>
  24. </div>
  25. <script type='module' src="./main.js"></script>
  26. </body>
  27. </html>