bzr branch
http://gegoxaren.bato24.eu/bzr/lenasys/0.1
4.1.1
by c11emian
Added <head> and <title> tags |
1 |
<!DOCTYPE HTML>
|
1
by Henrik G.
First seed of Lenasys ... Needs to be Organized Further |
2 |
<html> |
4.1.1
by c11emian
Added <head> and <title> tags |
3 |
<head> |
4 |
<title>Parser test</title> |
|
4.2.8
by c11emian
Extracted the inline-css from Parser_Test.html and created Parser_Test.css where I inserted the code. |
5 |
<link rel="stylesheet" href="Parser_Test.css" type="text/css" media="screen" /> |
4.1.1
by c11emian
Added <head> and <title> tags |
6 |
<script type="text/javascript" src="Parser_Test.js"></script> |
7 |
</head> |
|
1
by Henrik G.
First seed of Lenasys ... Needs to be Organized Further |
8 |
<body onload="newbutton();"> |
4.2.8
by c11emian
Extracted the inline-css from Parser_Test.html and created Parser_Test.css where I inserted the code. |
9 |
<div id="infobox"> |
10 |
</div> |
|
4.1.1
by c11emian
Added <head> and <title> tags |
11 |
</body> |
1
by Henrik G.
First seed of Lenasys ... Needs to be Organized Further |
12 |
</html> |
13 |