Skip to content

Source code

Source code

src/starter/index.html

This file is included in this documentation build. It is displayed as code and is not executed.

Download source

<!--
Bootstrap the minimal consumer and compile its shared shell and route templates.

@author Laurent Declercq l.declercq@agon-innovation.ch
@version 20260921
-->
<!doctype html>
<html lang="en" dir="ltr" data-bs-theme="dark">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no" />
    <meta name="theme-color" content="#080a0d" />
    <meta
      name="description"
      content="Agon Ātrium Starter - a reusable Alpine.js and Bootstrap admin dashboard template."
    />
    <title>Agon Ātrium - Starter</title>
    <link
      rel="icon"
      type="image/vnd.microsoft.icon"
      sizes="16x16 32x32 48x48"
      href="/favicon.ico?v=be478cac923b"
    />
    <link rel="icon" type="image/svg+xml" sizes="any" href="/favicon.svg?v=be478cac923b" />
    <include src="ui:startup.html"></include>
  </head>
  <body>
    <include src="ui:shell.html"></include>
    <script type="module" src="/main.js"></script>
  </body>
</html>