-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.php
45 lines (43 loc) · 1.5 KB
/
about.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?php
include("navbar.php")
?>
<html>
<head>
<title>PHPNETREG</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="PHPNETREG">
<meta name="author" content="Pablo Mestre">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<LINK rel="stylesheet" type="text/css" href="css/style-login.css">
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<div class="container-fluid row">
<div class="col-xs-12 col-md-1"></div>
<div class="col-xs-12 col-md-10">
<div class="panel-heading">
<h1>PHPNETREG</h1>
</div>
<br/>
<div class="col-xs-12 col-md-11">
<h2>PHPNETREG busca convertirse en un registro para todos los dispositivos conectados a la red.</h2>
</div>
</div>
<div class="col-xs-12 col-md-2"></div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="js/ie10-viewport-bug-workaround.js"></script>
<br><br><br>
</body>
</html>
<?php
include("footer.php")
?>