talent/tmpl/check.html

25 lines
816 B
HTML

<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.3/css/bulma.min.css">
<title>核身</title>
</head>
<body>
<section class="hero is-fullheight" style="background-color:#d70c18;">
<div class="hero-body">
<div class="container">
<h1 class="has-text-white has-text-weight-bold has-text-centered is-size-2">身分檢核中</h1>
<br>
<progress class="progress is-large is-info" max="100">60%</progress>
</div>
</div>
</section>
</body>
<script>
// setTimeout(function(){
// window.location = "https://line.me/R/oaMessage/@565zednv/?完成"
// },1000)
</script>
</html>