Intro_basicos_HTML_CSS/home/b-side/index.html

17 lines
549 B
HTML
Raw Normal View History

2020-11-18 01:40:18 -03:00
<!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://jpdev.kickto.net/">
<!-- temporary -->
<footer>
<div class="mifooter">
<p style="text-align:right;"><small>Git <a href="https://gitea.kickto.net/" target="_blank" title="Gitea">Git</a></small></p>
</div>
</footer>
</body>
</html>