-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
45 lines (39 loc) · 1.54 KB
/
index.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
37
38
39
40
41
42
43
44
45
<!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, shrink-to-fit=no">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Patternfly Web</title>
<!--<link href="/node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" media="screen, print">-->
<link href="css/patternfly-web.css" rel="stylesheet" media="screen, print">
</head>
<body>
<div class="container">
<div class="page-header">
<h1>PatternFly Web</h1>
</div>
<div>A framework for OSS communities to use to build their websites.
</div>
<div>
<ul>
<li><a href="coversheet.html">Coversheet</a></li>
<li><a href="jumbotron.html">Jumbotron</a></li>
<li><a href="media.html">Media object</a></li>
<li><a href="navbar.html">Navigation bar</a></li>
</ul>
</div>
<div>
<ul>
<li><a href="example1.html">Regular grid example with jumbotron image</a></li>
<li><a href="example2.html">Flex grid example with cover image</a></li>
</ul>
</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="js/bootstrap.min.js"></script>
</body>
</html>