-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhome.php
43 lines (34 loc) · 1.11 KB
/
home.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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>HOME</title>
<link href="assets/pub/css/main.css" rel="stylesheet">
<script src="assets/pub/js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<!-- Wrap all page content here -->
<div id="wrap">
<!-- Begin page content -->
<div class="container">
<div class="page-header">
<h1>Sticky footer</h1>
</div>
<p class="lead">Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS.</p>
</div>
</div>
<div id="footer">
<div class="container">
<p class="text-muted credit">Example courtesy <a href="http://martinbean.co.uk">Martin Bean</a> and <a
href="http://ryanfait.com/sticky-footer/">Ryan Fait</a>.</p>
</div>
</div>
<!-- Javascript -->
<script src="assets/pub/js/vendor/jquery-2.1.1.min.js"></script>
<script src="assets/pub/js/vendor/jquery-migrate-1.2.1.min.js"></script>
<script src="assets/pub/js/app.js"></script>
</body>
</html>