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