1
0
Fork 0
easejs/_includes/header.html

36 lines
1.1 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="manual"><a href="man.html">Manual</a></li>
<li id="source">
<a href="https://github.com/mikegerwitz/easejs">Source Code</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>