14 lines
303 B
HTML
14 lines
303 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<title>Retrieval Documentation</title>
|
|
<link rel="shortcut icon" href="about:blank"/>
|
|
<link rel="stylesheet" href="style.css"/>
|
|
</head>
|
|
<body>
|
|
<h1>Retrieval 4.0 Documentation</h1>
|
|
<p>Some docs to be shown here...</p>
|
|
</body>
|
|
</html>
|