mirror of
https://git.maid.zone/stuff/soundcloak.git
synced 2026-01-29 06:49:38 +05:00
fix html semantics (footer goes in body vro)
This commit is contained in:
@@ -21,9 +21,9 @@
|
||||
|
||||
<input type="submit" value="Search" class="btn" style="width: 100%; margin-top: .5rem;">
|
||||
</form>
|
||||
<footer>
|
||||
<a class="btn" href="https://github.com/maid-zone/soundcloak">Source code</a>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
<footer>
|
||||
<a class="btn" href="https://github.com/maid-zone/soundcloak">Source code</a>
|
||||
</footer>
|
||||
</html>
|
||||
Reference in New Issue
Block a user