mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-24 04:01:16 +00:00
14 lines
325 B
HTML
14 lines
325 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>GNUstepWeb Dynamic Elements Testing</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h2>GNUstepWeb Dynamic Elements Testing</h2>
|
||
|
<ul>
|
||
|
<gsweb name="Repetition">
|
||
|
<li><gsweb name="Link"></gsweb> <gsweb name="Comment"></gsweb></li>
|
||
|
</gsweb>
|
||
|
</ul>
|
||
|
</body>
|
||
|
</html>
|