Intro_basicos_HTML_CSS/home/b-side/index.html
2024-01-16 13:08:58 -03:00

17 lines
542 B
HTML

<!doctype html>
<html lang="en">
<head><meta charset="UTF-8"></head>
<body>|
<canvas id=c></canvas>
<link rel="stylesheet" href="c.css">
<script src="c.js"></script>
<meta http-equiv="refresh" content="10; url=http://jp.letz.dev/">
<!-- temporary -->
<footer>
<div class="mifooter">
<p style="text-align:right;"><small>Git <a href="https://gitea.letz.dev/" target="_blank" title="Gitea">Git</a></small></p>
</div>
</footer>
</body>
</html>