mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Add example
This commit is contained in:
parent
b0422ad43c
commit
22dc90943f
8
sandbox/templates/footer.tpl
Normal file
8
sandbox/templates/footer.tpl
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
<div class="footer">
|
||||
<p>© Company 2014</p>
|
||||
</div>
|
||||
|
||||
</div> <!-- /container -->
|
||||
</body>
|
||||
</html>
|
22
sandbox/templates/header.tpl
Normal file
22
sandbox/templates/header.tpl
Normal file
@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="">
|
||||
<meta name="author" content="Bzick">
|
||||
|
||||
<title>{$title}</title>
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="//yastatic.net/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
|
||||
<script src="//yastatic.net/bootstrap/3.1.1/js/bootstrap.min.js"></script>
|
||||
|
||||
<!-- Custom styles for this template -->
|
||||
<link href="jumbotron-narrow.css" rel="stylesheet">
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container">
|
Loading…
Reference in New Issue
Block a user