forked from lfryc/rcue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (29 loc) · 1.03 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
<!DOCTYPE html>
<!--[if IE 6]><html class="ie6"><![endif]-->
<!--[if IE 7]><html class="ie7"><![endif]-->
<!--[if IE 8]><html class="ie8"><![endif]-->
<!--[if gt IE 8]><!-->
<html>
<!--<![endif]-->
<head>
<title>Red Hat® Common User Experience</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen, print">
<link href="css/rcue.css" rel="stylesheet" media="screen, print">
<style>
body { width: 90%; margin: auto;}
h1 { color: #222; font-family: OpenSansExtraBold; font-size: 20px; }
</style>
</head>
<body>
<h1>Red Hat® Common User Experience</h1>
<ul>
<li><a href="buttons.html">Buttons</a></li>
<li><a href="forms.html">Forms</a></li>
<li><a href="navbar.html">Navbar</a></li>
<li><a href="navbar-white-labeled.html">Navbar White Labeled</a></li>
</ul>
<script src="http://code.jquery.com/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>