11 lines
142 B
HTML
11 lines
142 B
HTML
<footer>
|
|
<div><a href="http://werc.cat-v.org/">Powered by werc</a>
|
|
</footer>
|
|
|
|
<style>
|
|
footer {
|
|
width: 100%;
|
|
bottom: 0;
|
|
}
|
|
</style>
|