mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-24 20:21:24 +00:00
15 lines
479 B
HTML
15 lines
479 B
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<title>GSW Image Test</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h2>GSWImage Test 1 (Web server resources)</h2>
|
||
|
<br/>
|
||
|
<webobject name="TestImage"></webobject>
|
||
|
<hr/>
|
||
|
<webobject name="MainPageLink"></webobject>
|
||
|
</body>
|
||
|
</html>
|