forked from csev/net-intro
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathhead.php
More file actions
20 lines (18 loc) · 764 Bytes
/
head.php
File metadata and controls
20 lines (18 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<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 -->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="http://getbootstrap.com/examples/justified-nav/justified-nav.css">
<style>
body {
padding: 15px 15px 15px 15px;
}
.starter-template {
padding: 40px 15px;
text-align: center;
}
</style>