mirror of
https://github.com/elua/elua.git
synced 2025-01-08 20:56:17 +08:00
68e3750e61
- Removed the QR code from the navigation frame :) I like it, but it just doesn't fit there. - Some more (hopefully final) fixes for AT91SAM interrupt handlers.
70 lines
2.0 KiB
HTML
70 lines
2.0 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Strict//EN">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
|
|
<title>Title</title>
|
|
<base target="wb_cont">
|
|
<style type="text/css">
|
|
td.title {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 16pt;
|
|
font-weight: bold;
|
|
color: #FFFFFF;
|
|
text-align: left;
|
|
vertical-align: middle;
|
|
}
|
|
td.contact {
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
/*width: 11em;*/
|
|
}
|
|
a.contact {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
color: #0962BB;
|
|
font-size: 9pt;
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
}
|
|
a.contact:hover {
|
|
text-decoration: underline;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body style="background-color: midnightblue; margin-left: 3px; margin-right: 3px; margin-top: 2px; margin-bottom: 0; background-image: url('wb_img/title_background.png');">
|
|
|
|
<table border="0" style="width: 100%;" cellspacing="0" cellpadding="0">
|
|
<tr>
|
|
<td valign="center" style="width: 30px;padding:0px 10px 0px 0px;">
|
|
<A href="" target="blank"><img src="wb_img/eLuaLogo.png" border="0"></A>
|
|
</td>
|
|
<td valign="center" class="title">eLua - Embedded Lua</td>
|
|
<!--td style="width: 3.5em">
|
|
<a class="contact" href="ssSearch_en.html">SimpleSearch</a>
|
|
</td-->
|
|
<td style="width: 280px" >
|
|
|
|
<FORM method=GET action="http://www.google.com/search" style="margin-bottom: 0; margin: 0; text-align: center;font-size:12px;font-family:verdana;">
|
|
<input type="hidden" name="ie" value="UTF-8" />
|
|
<input type="hidden" name=oe value="UTF-8" />
|
|
|
|
<INPUT TYPE="text" name="q" size="21" maxlength="255" value="" />
|
|
<INPUT type="submit" name="btnG" VALUE="Search" style="height: 21px; vertical-align: top; font-size: x-small;" />
|
|
<input type="hidden" name="domains" value="http://www.eluaproject.net" />
|
|
<input type="hidden" name="sitesearch" value="http://www.eluaproject.net" />
|
|
</FORM>
|
|
|
|
|
|
</td>
|
|
<td class="contact">
|
|
|
|
<br>
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</body>
|
|
|
|
</html>
|