Fix indentation in contact/index.html
This commit is contained in:
parent
9e2e0e339f
commit
a5c2fb7911
@ -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>
|
||||
|
Reference in New Issue
Block a user