-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
28 lines (26 loc) · 994 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
26
27
28
<!DOCTYPE html>
<html>
<head>
<title>Menu aplicações</title>
<meta charset='utf-8'>
<link rel="stylesheet" type="text/css" href="apis/bootstrap/css/bootstrap-theme.css">
<link rel="stylesheet" type="text/css" href="apis/bootstrap/css/bootstrap-theme.min.css">
<link rel="stylesheet" type="text/css" href="apis/bootstrap/css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="apis/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="apis/bootstrap/css/bootstrap-theme.css.map">
<link rel="stylesheet" type="text/css" href="apis/bootstrap/css/bootstrap.css.map">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body class="panel-body">
<div class="panel panel-default">
<h1 class="title">Nossas aplicações</h1>
<div class='menu-icon img-circle'>
<a class='menu-link' href='vcontrol'>
<div class='menu-txt'>
<img class="img-circle" src="img/vc_link.png">
</div>
</a>
</div>
</div>
</body>
</html>