<!DOCTYPE html>
<html>
<head>
<!--
If you are serving your web app in a path other than the root, change the
href value below to reflect the base path you are serving from.
The path provided below has to start and end with a slash "/" in order for
it to work correctly.
For more details:
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base
This is a placeholder for base href that will be replaced by the value of
the `--base-href` argument provided to `flutter build`.
-->
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<script src="https://unpkg.com/@dotlottie/player-component@latest/dist/dotlottie-player.mjs" type="module"></script>
<base href="/">
<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta name="description" content="そろばん作問アプリ!設定自由&PDF出力対応で、授業・家庭学習にすぐ使えます!">
<meta name="keywords" content="そろばん, そろばんアプリ, 作問アプリ, 見取り算, 乗算, 除算, 計算問題, そろばん問題作成, そろばん練習, PDF出力対応, 口数設定, 桁数設定, 問題数設定, そろばん教材, 暗算トレーニング, 学習アプリ, 算数ドリル, 小学生, そろばん学習, そろばんPDF作成">
<meta property="og:title" content="そろばん作問アプリ" />
<meta property="og:description" content="そろばん作問アプリ!設定自由&PDF出力対応で、授業・家庭学習にすぐ使えます!" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://composer.apps.sicorp.jp" />
<meta property="og:image" content="icons/Icon-512.png" />
<meta property="og:site_name" content="そろばん作問アプリ" />
<meta property="og:locale" content="ja_JP" />
<!-- iOS meta tags & icons -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="composer">
<link rel="apple-touch-icon" href="icons/Icon-192.png">
<!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.png"/>
<title>そろばん作問アプリ</title>
<link rel="manifest" href="manifest.json">
<style>
.loading {
display: flex;
justify-content: center;
align-items: center;
margin: 0;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
</style>
<script src="https://cdn.auth0.com/js/auth0-spa-js/2.0/auth0-spa-js.production.js"></script>
</head>
<body>
<script src="flutter_bootstrap.js?v=1.0.3" async></script>
<div class="loading">
<dotlottie-player src="https://lottie.host/405443fd-c073-4c42-ab97-4c2e9c936dc5/IzNjdYoVOd.lottie" background="transparent" speed="1" style="width: 300px; height: 300px;" loop autoplay></dotlottie-player>
</div>
</body>
</html>