12 lines
223 B
HTML
12 lines
223 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Retrieval Documentation</title>
|
|
<link rel="stylesheet" href="page.css"/>
|
|
</head>
|
|
<body>
|
|
<h1>Retrieval 4.0 Documentation</h1>
|
|
<p>Some docs to be shown here...</p>
|
|
</body>
|
|
</html>
|