added bing webmaster tools verification

This commit is contained in:
Frederik Palmø 2022-04-12 14:31:27 +02:00
parent 4b312c8708
commit 1efe534136

View File

@ -1,83 +1,82 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head>
<!-- metadata -->
<meta charset="utf-8" />
<meta name="language" content="english" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="msvalidate.01" content="F5D21B696FD2830A4E6329F257394DBC" />
<link rel="stylesheet" href="style/main.css" />
<!-- title and description -->
<title>Elden Ring Build Tools - Erdtree</title>
<link rel="icon" type="image/x-icon " href="/resource/favicon.ico" />
<meta name="description" content="Elden Ring Build Tools - Armor, Weapon and Class Optimizer" />
<meta name="author" content="vodofrede" />
<meta property="og:title" content="Elden Ring Build Tools - Erdtree" />
<meta
property="og:description"
content="Erdtree - Elden Ring build planner, armor optimizer, weapon finder and more!"
/>
<meta property="og:url" content="https://erdtree.palmoe.dk" />
</head>
<head> <body>
<!-- metadata --> <nav>
<meta charset="utf-8" /> <h2><a href="/">Elden Ring Build Planner</a></h2>
<meta name="language" content="english" /> <ul>
<meta name="viewport" content="width=device-width, initial-scale=1" /> <li><a href="/planner.html">Build Planner</a></li>
<link rel="stylesheet" href="style/main.css" /> </ul>
<!-- title and description --> </nav>
<title>Elden Ring Build Tools - Erdtree</title> <header>
<link rel="icon" type="image/x-icon " href="/resource/favicon.ico"> <h1>Create, view and optimize builds for Elden Ring.</h1>
<meta name="description" </header>
content="Elden Ring Build Tools - Armor, Weapon and Class Optimizer" /> <main>
<meta name="author" content="vodofrede"> <div class="cards">
<meta property="og:title" content="Elden Ring Build Tools - Erdtree" /> <a href="/class.html">
<meta property="og:description" <article>
content="Erdtree - Elden Ring build planner, armor optimizer, weapon finder and more!" /> <h2>Class Optimizer</h2>
<meta property="og:url" content="https://erdtree.palmoe.dk" /> <span>
</head> <p>Find the optimal starting class for your build.</p>
</span>
<body> </article>
<nav> </a>
<h2><a href="/">Elden Ring Build Planner</a></h2> <a href="/armor.html">
<ul> <article>
<li><a href="/planner.html">Build Planner</a></li> <h2>Armor Optimizer</h2>
</ul> <span>
</nav> <p>Maximize defensive stats.</p>
<header> </span>
<h1>Create, view and optimize builds for Elden Ring.</h1> </article>
</header> </a>
<main> <a href="/weapon.html">
<div class="cards"> <article>
<a href="/class.html"> <h2>Weapon Finder</h2>
<article> <span>
<h2>Class Optimizer</h2> <p>Get suggestions for usable weapons.</p>
<span> </span>
<p>Find the optimal starting class for your build.</p> </article>
</span> </a>
</article> <a href="/planner.html">
</a> <article>
<a href="/armor.html"> <h2>Build Planner (in progress)</h2>
<article> <span>
<h2>Armor Optimizer</h2> <p>Create a new build.</p>
<span> </span>
<p>Maximize defensive stats.</p> </article>
</span> </a>
</article> </div>
</a> <h3>Credits</h3>
<a href="/weapon.html"> <p>
<article> This page was heavily inspired by the awesome <a href="https://mugenmonkey.com">MugenMonkey</a> website.
<h2>Weapon Finder</h2> </p>
<span> </main>
<p>Get suggestions for usable weapons.</p> <footer>
</span> <h5>
</article> Erdtree Planner (<a href="https://git.palmoe.dk/vodofrede/erdtree"
</a> >available under BSD-3-Clause license</a
<a href="/planner.html"> >)
<article> </h5>
<h2>Build Planner (in progress)</h2> <h5>Copyright 2022 vodofrede</h5>
<span> </footer>
<p>Create a new build.</p> </body>
</span> </html>
</article>
</a>
</div>
<h3>Credits</h3>
<p>
This page was heavily inspired by the awesome <a
href="https://mugenmonkey.com">MugenMonkey</a> website.
</p>
</main>
<footer>
<h5>
Erdtree Planner (<a
href="https://git.palmoe.dk/vodofrede/erdtree">available under
BSD-3-Clause license</a>)
</h5>
<h5>Copyright 2022 vodofrede</h5>
</footer>
</body>
</html>