mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 01:13:08 +09:00
12 lines
254 B
HTML
12 lines
254 B
HTML
<html>
|
|
<head>
|
|
<title>
|
|
generic page
|
|
</title>
|
|
</head>
|
|
<body>
|
|
<div id="div1" style="height: 1000px; border: thin solid black;">
|
|
A generic page which can be used any time a test needs to load an arbitrary page via http.
|
|
</div>
|
|
</body>
|
|
</html>
|