-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
22 lines (19 loc) · 1.01 KB
/
Copy pathindex.php
File metadata and controls
22 lines (19 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php include './partials/head.php' ?>
<div class="container font-signature" style="padding-top:10px">
<div class="row">
<div class="col-xs-4 col-xs-offset-4 text-center">
<div class="large-img-container">
<img class="large-img" src="./assets/images/logosimpanmapan.svg">
</div>
<p class="p-signature lead">Selamat datang di aplikasi <span class="orange text-uppercase">Simpan Mapan</span>!</p>
<a href="slides.php" class="btn btn-signature btn-signature btn-socmed text-uppercase" style="margin-top: 30px">
<i class="fa fa-google fa-lg"></i> Sign in with Google
</a>
<a href="slides.php" class="btn btn-signature btn-signature btn-socmed btn-dark text-uppercase" style="margin-top: 10px">
<i class="fa fa-facebook fa-lg"></i> Sign in with Facebook
</a>
</div>
</div>
</div>
<script src="https://use.fontawesome.com/6e06a8868d.js"></script>
<?php include './partials/foot.php' ?>