-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteste.php
More file actions
33 lines (33 loc) · 1.27 KB
/
Copy pathteste.php
File metadata and controls
33 lines (33 loc) · 1.27 KB
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
<!DOCTYPE HTML>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<title>MODELO HTMl</title>
<!-- BOOTSTRAP 4.1 -->
<link rel="stylesheet" type="text/css" href="bs/css/bootstrap.css"/>
<script src="bs/jquery/jquery-3.3.1.slim.min.js"></script>
<script src="bs/popper/popper.min.js"></script>
<script src="bs/js/bootstrap.min.js"></script>
<!-- FONT AWESOME -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<!-- CSS PRÓPRIO -->
<link rel="stylesheet" type="text/css" href="recursos/css/estilo2.css"/>
</head>
<body>
<?php
/*echo "huehuehuehuehuehuehue... brbrbrbrbrbr...";*/
require_once ("include/navlogin.html");
?>
<div class="container">
<div class="row">
<div class="col-md-6">
<h2>TESTE 01</h2>
</div>
<div class="col-md-6">
<h2>TESTE 02</h2>
</div>
</div>
</div>
</body>
</html>