change div not need to p element
This commit is contained in:
hucste 2021-10-02 09:59:49 +00:00
parent eec02bb5d7
commit 7ab479f66b
1 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,9 @@
</main>
<footer>
<hr />
<div id="license">Content under <a class="permalink" href="https://creativecommons.org/licenses/by/4.0/legalcode">CC-BY-4.0</a>. Artworks are under their own licenses.
<br /><a class="permalink" href="atom.xml">follow us</a></div>
<p id="license">Content under <a class="permalink" href="https://creativecommons.org/licenses/by/4.0/legalcode">CC-BY-4.0</a>. Artworks are under their own licenses.
<br /><a class="permalink" href="atom.xml">Feed ATOM</a>
</p>
</footer>
</body>
</html>