footer
4 years ago in HTML
<!DOCTYPE html>
<html>
<body>
<style>
body {
background-color:#ffffff;
}
.footer {
font-family: Roboto Condensed;
text-align: center;
}
</style>
<footer>
<p class="footer">&#169; Chellanow, a music video Site</p>
<p class="footer">Created by Yudha Harton</p>
</footer>
</body>
</html>