-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (43 loc) · 2.92 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<html lang="en"><!--Head --><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, maximum-scale=1, shrink-to-fit=no">
<title>Wizinit - qitSource inc Aryia behroziuan</title>
<!-- Template core CSS -->
<link href="https://themes.2the.me/Messenger-1.1/assets/css/template.min.css" rel="stylesheet">
<link href="https://themes.2the.me/Messenger-1.1/assets/css/template.dark.min.css" rel="stylesheet" media="(prefers-color-scheme: dark)">
</head>
<!-- Head -->
<body style="background: url('img/ad-2.jpg');no-repeat center fixed; background-size:cover; background-repeat: no-repeat; width: 100%; height: 100%;">
<div style="background: rgba(255, 255, 255, 0.836);" class="layout">
<div class="container d-flex flex-column">
<div class="row align-items-center justify-content-center no-gutters min-vh-100">
<div class="col-12 col-md-5 col-lg-4 py-8 py-md-11">
<!-- Heading -->
<h1 class="font-bold text-center">Start Wizinit</h1>
<!-- Text -->
<p class="text-center mb-6">According to the new rules, you must enter an email to use our services.</p><p style="text-align: right;">طبق قوانین جدید ، برای استفاده از خدمات ما باید یک ایمیل وارد کنید به ما اعتماد کنید مادر حفظ ان کوشا هستیم</p><p></p>
<!-- Form -->
<form class="mb-6">
<!-- Email -->
<div class="form-group">
<label for="email" class="sr-only">Email Address</label>
<input type="email" class="form-control form-control-lg" id="email" placeholder="Enter your email">
</div>
<!-- Submit -->
<a href="Landing.html" class="btn btn-lg btn-block btn-primary" type="submit" style="color: white;">Get Started App</a>
</form>
<!-- Text -->
<p class="text-center">
Already have an account? <a href="./signin.html">Sign in</a>.
</p>
</div>
</div> <!-- / .row -->
</div>
</div><!-- .layout -->
<!-- Scripts -->
<script src="https://themes.2the.me/Messenger-1.1/assets/js/libs/jquery.min.js"></script>
<script src="https://themes.2the.me/Messenger-1.1/assets/js/bootstrap/bootstrap.bundle.min.js"></script>
<script src="https://themes.2the.me/Messenger-1.1/assets/js/plugins/plugins.bundle.js"></script>
<script src="https://themes.2the.me/Messenger-1.1/assets/js/template.js"></script>
<!-- Scripts -->
</body></html>