-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.html
23 lines (23 loc) · 866 Bytes
/
info.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<div class="container">
<div class="row">
<div class="intro col-sm-6">
<div class="row">
<div class="col-lg-6 mb-2">
<span class="dark-grey">Welcome to <span class="text-danger">Oily</span></span>
</div>
<div class="col-lg-6 mb-2">
<i class="fas fa-phone text-muted"></i>
<span class="dark-grey">(+002) 01236458</span>
</div>
</div>
</div>
<div class="options col-sm-6 text-right my-2">
<a href="login.html">
<span class="login border radius p-1 cursor">
<span class="dark-grey mr-2 ml-1">Login</span>
<i class="fas fa-sign-in-alt text-danger"></i>
</span>
</a>
</div>
</div>
</div>