Add files
This commit is contained in:
48
fun/index.html
Normal file
48
fun/index.html
Normal file
@ -0,0 +1,48 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<title>Fun - bbaovanc's Website</title>
|
||||
<link rel="stylesheet" href="../style.css">
|
||||
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
||||
<link rel="alternate icon" href="/favicon.ico">
|
||||
|
||||
<meta name="subject" content="Fun - bbaovanc's Website" />
|
||||
<meta name="description" content="This page on my website has a few fun things to do." />
|
||||
<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="Fun - bbaovanc's Website" />
|
||||
<meta name="og:url" content="https://bbaovanc.com/contact/" />
|
||||
<meta name="og:site_name" content="Fun - bbaovanc's Website" />
|
||||
<meta name="og:description" content="This page on my website has a few fun things to do." />
|
||||
<meta name="og:email" content="contact@bbaovanc.com" />
|
||||
<meta name="og:image" content="/bbaovanc-1024.png" />
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<div class="header">
|
||||
<h1>bbaovanc's Website</h1>
|
||||
</div>
|
||||
|
||||
<div class="navbar">
|
||||
<a href="/">Home</a>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="main">
|
||||
<a href="mailto:Batmanonceatesomeverydeliciousnoodleswhichheenjoyedmorethananymealpriorandthenproceededtoeatevenmoreorangechickenthanpreviouslythoughtpossibleeventhoughhewasknownforbreakingsuchrecordssoitwasntreallyimpressiveeventhoughitisatotallylegitimate@bbaovanc.com">Extremely Long Email</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--#include file="/footer.html" -->
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user