mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/IZYIM-mobile-client.git
synced 2026-08-19 04:14:06 +00:00
57 lines
2.0 KiB
HTML
57 lines
2.0 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>AzureUI - Term</title>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link href="https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,900" rel="stylesheet">
|
|
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css"/>
|
|
<link rel="stylesheet" type="text/css" href="css/global.style.css"/>
|
|
</head>
|
|
<body>
|
|
|
|
<div class="wrapper">
|
|
<div class="wrapper-inline">
|
|
<div class="form-divider"></div>
|
|
|
|
<div class="form-row txt-center" style="font-weight: 700; font-size: 20px; color: #2DD67B">
|
|
Welcome to IZYIM
|
|
</div>
|
|
|
|
<div class="form-divider"></div>
|
|
<div class="form-row txt-center">
|
|
<img src="images/CIEF.png" style="width:200px; height:100px;" />
|
|
</div>
|
|
|
|
<!-- Here Lies Main Start Here -->
|
|
<main>
|
|
<section class="container">
|
|
<form></form>
|
|
|
|
<div class="form-fixed-large"></div>
|
|
<div class="form-fixed-large"></div>
|
|
|
|
<!-- AzFooter Start Here-->
|
|
<div class="azfooter">
|
|
<div class="azfmain-txt">
|
|
<div class="form-row txt-center">
|
|
Tap "Agree and continue" to accept the <a>IZYIM Terms of Service and Privacy Policy</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="azfmain-button">
|
|
<div class="form-row txt-center">
|
|
<a href="verify-phone-number.html" class="button block green">AGREE AND CONTINUE</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- AzFooter Ended Here -->
|
|
|
|
</section>
|
|
</main>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |