-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
25 lines (24 loc) · 818 Bytes
/
index.php
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
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
<div>
<div class="row">
<div class="col-sm">
</div>
<div class="col-sm">
<h1>Material sobre PHP</h1>
</div>
<div class="col-sm">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm">
</div>
<div class="col-sm">
<a class="btn btn-primary" href="/exemplos" role="button">Exemplos de PHP</a>
<a class="btn btn-primary" href="http://localhost:15000/" role="button">Ecommerce</a>
</div>
<div class="col-sm">
</div>
</div>
</div>