member_webapp/src/index.html
crusader d59d9379f9 ing
2018-05-24 15:44:13 +09:00

31 lines
1.3 KiB
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>overFlow</title>
<base href="/">
<!--<script src="https://www.google.com/recaptcha/api.js?render=explicit&onload=initRecaptcha" async defer></script>-->
<!--<script src='https://www.google.com/recaptcha/api.js?render=6Ldld1gUAAAAAKBn115dpJcFpsI4G0ZTCcmP29iA'></script>-->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<link rel="icon" type="image/x-icon" href="./favicon.ico">
<link id="theme-css" rel="stylesheet" type="text/css" href="assets/theme/theme-dark-blue.css">
<link id="layout-css" rel="stylesheet" type="text/css" href="assets/layout/css/layout-dark-blue.css">
</head>
<body>
<of-root>
<div class="splash-screen">
<div class="splash-loader-container">
<svg class="splash-loader" width="65px" height="65px" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg">
<circle class="splash-path" fill="none" stroke-width="6" stroke-linecap="round" cx="33" cy="33" r="30"></circle>
</svg>
</div>
</div>
</of-root>
</body>
</html>