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/index.html

35 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<!--#include virtual="/head.html" -->
<title>bbaovanc's Website</title>
<meta name="subject" content="bbaovanc's Website" />
<meta name="description" content="This is my personal website" />
<meta name="url" content="https://bbaovanc.com/" />
<meta name="reply-to" content="contact@bbaovanc.com" />
<meta name="og:type" content="website" />
<meta name="og:title" content="bbaovanc's Website" />
<meta name="og:url" content="https://bbaovanc.com/" />
<meta name="og:site_name" content="bbaovanc's Website" />
<meta name="og:description" content="This is my personal website" />
<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>I added a donation page, just in case someone wants to donate cryptocurrency.</p>
</div>
</div>
</body>
</html>