Fix indentation in contact/index.html

This commit is contained in:
BBaoVanC 2020-12-17 00:10:58 -06:00
parent 9e2e0e339f
commit a5c2fb7911
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 33 additions and 33 deletions

View File

@ -3,50 +3,50 @@
<head>
<meta charset="UTF-8" />
<title>Contact - bbaovanc's Website</title>
<link rel="stylesheet" href="../style.css">
<meta charset="UTF-8" />
<title>Contact - 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">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="alternate icon" href="/favicon.ico">
<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="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" />
<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" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<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">
<p>List of ways to contact me (bbaovanc):</p>
<ul>
<li><a href="mailto:contact@bbaovanc.com">Email Me</a></li>
</ul>
<div class="header">
<h1>bbaovanc's Website</h1>
</div>
</div>
<!--#include file="/footer.html" -->
<div class="navbar">
<a href="/">Home</a>
</div>
<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>
<!--#include file="/footer.html" -->
</body>
</html>