File size: 1,670 Bytes
0607137
1ec9f7f
 
 
54ac790
 
1ec9f7f
932cb96
d559ad2
 
039b221
1ec9f7f
 
 
 
 
 
 
 
5b7a26c
 
34be5f2
5b7a26c
b51f7d9
5b7a26c
207141f
16d4317
 
af37f9e
1ec9f7f
 
 
 
0607137
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
31
32
33
34
35
<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <title>AIRI</title>
    <description>Open source attempt to create cyber companion</description>
    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0" />
    <link rel="icon" type="image/svg+xml" href="/favicon.svg" sizes="any" />
    <link rel="shortcut icon" href="/favicon.ico" />
    <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
    <meta name="apple-mobile-web-app-title" content="AIRI" />
    <script>
      ;(function () {
        const prefersDark = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches
        const setting = localStorage.getItem('vueuse-color-scheme') || 'auto'
        if (setting === 'dark' || (prefersDark && setting !== 'light'))
          document.documentElement.classList.toggle('dark', true)
      })()
    </script>
    <script
      defer
      data-domain="airi.moeru.ai"
      data-api="/api/v1/page-external-data/submit"
      src="/remote-assets/page-external-data/js/script.js"
    ></script>
    <script src="/assets/js/CubismSdkForWeb-5-r.3/Core/live2dcubismcore.min.js"></script>
    <script type="module" crossorigin src="/assets/index-CDTYEtig.js"></script>
    <link rel="stylesheet" crossorigin href="/assets/index-HaAzXMcV.css">
  <link rel="manifest" href="/manifest.webmanifest"><script id="vite-plugin-pwa:register-sw" src="/registerSW.js"></script></head>
  <body class="font-sans">
    <div id="app"></div>
    <noscript> This website requires JavaScript to function properly. Please enable JavaScript to continue. </noscript>
  </body>
</html>