31 lines
1,016 B
PHP
31 lines
1,016 B
PHP
|
<?php include("layout/top.php"); ?>
|
||
|
<div class="row">
|
||
|
<div class="col-md-12">
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="row">
|
||
|
<div class="col-md-3"></div>
|
||
|
<div class="col-md-6">
|
||
|
<div class="login">
|
||
|
<h3>Login to App TEST</h3>
|
||
|
<hr>
|
||
|
|
||
|
<div class="alert alert-dismissible alert-warning">
|
||
|
<h4 class="alert-heading">Warning!</h4>
|
||
|
<p class="mb-0">This is an external App, this App may will save your user informations and use it, please check the privacy information from the Service.</p>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
Die App TEST bekommt zugriff auf folgende Datein:
|
||
|
|
||
|
<ul>
|
||
|
<li>Username</li>
|
||
|
<li>E-Mail adresse</li>
|
||
|
</ul>
|
||
|
|
||
|
<input type="button" class="btn btn-success" value="Login to TEST" style="width: 100%;">
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<?php include("layout/bottom.php"); ?>
|