up
This commit is contained in:
11
httpret/static/documentation/index.html
Normal file
11
httpret/static/documentation/index.html
Normal 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>
|
||||
5
httpret/static/documentation/page.css
Normal file
5
httpret/static/documentation/page.css
Normal file
@@ -0,0 +1,5 @@
|
||||
body {}
|
||||
|
||||
h1 {
|
||||
color: cadetblue;
|
||||
}
|
||||
Reference in New Issue
Block a user