-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcoversheet.html
36 lines (30 loc) · 1011 Bytes
/
coversheet.html
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
<!DOCTYPE html>
<!--[if IE 9]>
<html lang="en-us" class="ie9"><![endif]-->
<!--[if gt IE 9]><!-->
<html lang="en-us">
<!--<![endif]-->
<head>
<title>Coversheet - PatternFly</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/patternfly-web.css" rel="stylesheet" media="screen, print">
</head>
<body>
<div class="container">
<div class="page-header">
<h1>Coversheet</h1>
</div>
</div><!-- /container -->
<!-- cover sheet -->
<div class="coversheet">
<h1 class="display-3">Title</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="dist/js/patternfly.min.js"></script>
</body>
</html>