forked from ryepup/jquery.lcars
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tframe-test.html
30 lines (28 loc) · 876 Bytes
/
tframe-test.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>LCARS test page 1</title>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.0/jquery.min.js"></script>
<link rel="stylesheet" href="src/jquery.lcars.bootstrap.css"></link>
</head>
<body class="lcars-tframe">
<div class="lcars-upper">
<ul class="lcars-nav">
<li>A</li>
<li>B</li>
</ul>
<h2>Title</h2>
This is the upper content.
</div>
<div class="lcars-lower">
This is the lower content.
<ul class="lcars-nav">
<li>1</li>
<li>2</li>
<li>3</li>
</ul>
</div>
</body>
<script type="text/javascript" src="src/jquery.lcars.bootstrap.js"></script>
</html>