This commit is contained in:
Dominik Werder
2021-05-14 10:30:54 +02:00
parent 70426e8e48
commit 8dc80f5dba
12 changed files with 159 additions and 47 deletions

View File

@@ -0,0 +1,11 @@
<!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>

View File

@@ -0,0 +1,5 @@
body {}
h1 {
color: cadetblue;
}