This repository has been archived on 2021-05-20. You can view files and clone it, but cannot push or open issues or pull requests.
website/contact/index.html

39 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<!--#include virtual="/head.html" -->
<title>Contact - bbaovanc's Website</title>
<meta name="subject" content="Contact - bbaovanc's Website" />
<meta name="description" content="List of ways to contact me." />
<meta name="url" content="https://bbaovanc.com/contact/" />
<meta name="reply-to" content="contact@bbaovanc.com" />
<meta name="og:type" content="website" />
<meta name="og:title" content="Contact - bbaovanc's Website" />
<meta name="og:url" content="https://bbaovanc.com/contact/" />
<meta name="og:site_name" content="Contact - bbaovanc's Website" />
<meta name="og:description" content="List of ways to contact me." />
<meta name="og:email" content="contact@bbaovanc.com" />
<meta name="og:image" content="/bbaovanc-1024.png" />
</head>
<body>
<!--#include virtual="/header.html" -->
<!--#include virtual="/navbar.html" -->
<div class="row">
<div class="main">
<p>List of ways to contact me (bbaovanc):</p>
<ul>
<li><a href="mailto:contact@bbaovanc.com">Email Me</a></li>
</ul>
</div>
</div>
</body>
</html>