Documentation
This commit is contained in:
parent
693f62196e
commit
3137648376
3 changed files with 60 additions and 2 deletions
35
templates/documentation.css
Normal file
35
templates/documentation.css
Normal file
|
@ -0,0 +1,35 @@
|
|||
body{
|
||||
background-color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
#Überschrift{
|
||||
color: rgb(0, 0, 0);
|
||||
}
|
||||
|
||||
|
||||
#Infos{
|
||||
color: black;
|
||||
box-shadow: 3px 3px gray ;
|
||||
background-color: lightgreen;
|
||||
border-style: solid;
|
||||
border-radius: 40px;
|
||||
padding: 5px;
|
||||
border-width: 1px;
|
||||
border-color:white;
|
||||
margin-bottom: 50px;
|
||||
|
||||
}
|
||||
#text_Infos1{
|
||||
text-align: center;
|
||||
color: black;
|
||||
background-color: gray;
|
||||
border: 2px;
|
||||
border-style: dashed;
|
||||
border-color: white;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
#Überschrift_Infos1{
|
||||
color: rgb(7, 253, 7);
|
||||
text-shadow: 5px 3px rgb(114, 99, 99);
|
||||
}
|
21
templates/documentation.html
Normal file
21
templates/documentation.html
Normal file
|
@ -0,0 +1,21 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
<title>Documentation</title>
|
||||
<link rel="stylesheet" type="text/css" href="documentation.css">
|
||||
<link rel="shortcut icon" type="Logo/png" href="ccc_logo.png"/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<font id="Überschrift" size="+5"> <u>Documentation</u> </font>
|
||||
<p> </p>
|
||||
<div id="Infos">
|
||||
<p> <a href="/">index page</a> | <a href="/list">user and tag list</a></p>
|
||||
</div>
|
||||
<div id="Text_Infos1">
|
||||
<font id="Überschrift_Infos1" size="+4"> <u>Documentation</u> </font>
|
||||
<p>Documentation</p>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue