blob: 899e601116d716b61fe6a6f25e139b4c3aa2b255 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
<document>
<properties>
<title>Archiva</title>
</properties>
<body>
<div id="sidebar">
<p>reserved sidebar</p>
</div>
<h1>Search</h1>
<div id="contentArea">
<div id="searchBox">
<form action="results.html">
<p>
<input type="text" size="50"/>
<input type="submit" name="Go!"/>
</p>
<p>
Enter your search terms. A variety of data will be searched for your keywords.
</p>
</form>
</div>
</div>
</body>
</document>
|