blob: 2058e65cc1053e81e782ac4b638d5ebf0a53615b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link href="/svg/favicon.svg" rel="icon" type="image/svg+xml">
<title>eAS</title>
<link href="/css/main.css" rel="stylesheet">
</head>
<body class="eas">
<!--#include virtual="/shtml/navigationBar.shtml"-->
<div id="frontPage">
<img id="glyph" src="/svg/glyph/eas.svg">
</div>
<div id="content">
<p id="contentHeading"><span class="small">the </span>EMBEDDED ASSEMBLER</p>
</div>
</body>
</html>
|