web/index.html

20 lines
504 B
HTML

<!DOCTYPE html>
<html lang="en">
<!---#include file="header.html"--->
<article class="block">
<div class="text">
<p>contact info:</p>
<ul>
<li>main email inbox: <a href="mailto:vitorg@vern.cc">vitorg@vern.cc</a></li>
</ul>
</div>
</article>
<footer class=block class="text">
<p>made by <a href="/">~vitorg</a> with love.<br>
check out <a href="https://vern.cc">~vern</a>!</p>
</footer>
</body>
</html>