gui work
This commit is contained in:
@@ -30,4 +30,13 @@ h1 {
|
||||
.user{
|
||||
background: lime;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.footer{
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
text-align: right;
|
||||
margin: 5px;
|
||||
}
|
||||
3
static/templates/footer.st
Normal file
3
static/templates/footer.st
Normal file
@@ -0,0 +1,3 @@
|
||||
<div class="footer">
|
||||
Widerhall Mail Distributor. Get the sources at <a target="_blank" href="https://git.srsoftware.de/StephanRichter/Widerhall">git.srsoftware.de</a>
|
||||
</div>
|
||||
@@ -12,5 +12,6 @@
|
||||
«messages()»
|
||||
<h1>Widerhall Index page</h1>
|
||||
«listlist()»
|
||||
«footer()»
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user