<!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>
-
nextime authored31e7b770