forked from ryepup/jquery.lcars
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composing-test.html
24 lines (24 loc) · 964 Bytes
/
composing-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
<!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>
<script type="text/javascript" src="src/jquery.lcars.bootstrap.js"></script>
<link rel="stylesheet" href="src/jquery.lcars.bootstrap.css"></link>
</head>
<body class="lcars-tframe">
<div class="lcars-upper">
This is the main body, with no side options. <br/>
A default <code><button></code> looks like: <br/>
<button>Text</button>
</div>
<div class="lcars-lower">
This is the lower content.
<div class="lcars-tframe">
<div class="lcars-upper">another upper</div>
<div class="lcars-lower">anoter lower</div>
</div>
</div>
</body>
</html>