oshiphoto

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

index.html (511B)


      1 <!DOCTYPE html>
      2 <html lang="ja">
      3   <head>
      4     <meta charset="UTF-8" />
      5     <link rel="icon" type="image/svg+xml" href="/vite.svg" />
      6     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      7     <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,0" />
      8     <title>推しふぉと!</title>
      9   </head>
     10   <body>
     11     <div id="app"></div>
     12     <script type="module" src="/src/main.ts"></script>
     13   </body>
     14 </html>