Files
www/htdocs/index.html

17 lines
501 B
HTML

<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/common/header.html" -->
<body>
<title>eom.dev - Home</title>
<div class="pure-g">
<div class="pure-u-1-1">
<!--#include virtual="/common/topnav.html" -->
<h3>Home</h3>
<img src="/static/profile_2026.jpg">
<p>Welcome to Eric's homepage.</p>
</div>
</div>
</body>
<!--#include virtual="/common/footer.html" -->
</html>