36 lines
1.2 KiB
HTML
36 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>ease.js</title>
|
|
<link type="text/css" rel="stylesheet" href="style.css" />
|
|
<link type="text/css" rel="stylesheet"
|
|
href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.10/themes/base/jquery-ui.css" />
|
|
</head>
|
|
<body>
|
|
<div id="header">
|
|
<div id="header-content">
|
|
<h1>ease<span class="suffix">js</span></h1>
|
|
<h2 class="desc">Classical Object-Oriented Framework</h2>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="menu">
|
|
<ul>
|
|
<li id="about"><a href="/">About</a></li>
|
|
<li id="download"><a href="download.html">Download</a></li>
|
|
<li id="manual"><a href="man.html">Manual</a></li>
|
|
<li id="source"><a href="source.html">Source Code</a></li>
|
|
<li id="bugs"><a href="/bugs/">Issues / Bugs</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div id="content">
|
|
<noscript>
|
|
<strong>Please enable JavaScript to take advantage of the interactive
|
|
features of this website. Don't worry - it's all
|
|
<a href="http://www.gnu.org/philosophy/free-sw.html">free software</a>.
|
|
You can find the source code to this website via the source code link
|
|
above within the 'website' branch.
|
|
</strong>
|
|
</noscript>
|