-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdemoplain.html
More file actions
21 lines (18 loc) · 854 Bytes
/
demoplain.html
File metadata and controls
21 lines (18 loc) · 854 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<link rel="stylesheet" href="book.css" charset="ISO-8859-1" type="text/css" />
<title>EclEmma - Demo</title>
</head>
<body>
<div style="position:absolute;top:50%;left:50%">
<div style="position:absolute;top:-350px;left:-450px">
<object width="900" height="700" type="application/x-shockwave-flash" data="http://downloads.sourceforge.net/sourceforge/eclemma/20070209-overview.swf">
<param name="movie" value="http://downloads.sourceforge.net/sourceforge/eclemma/20070209-overview.swf" />
</object>
</div>
</div>
</body>
</html>