aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2017-07-15 15:06:59 +0200
committerNoah Loomans <noahloomans@gmail.com>2017-07-15 15:06:59 +0200
commit5ac91ad914b1cef8eb3512162838be8c8c1d0e5f (patch)
tree359a0567bb139b3d6d2a71f1f3e447924ecfc560
parentf37241eb6327f30f418d9b3b86cac0cfff1348f2 (diff)
Use main tag in bad password generator
-rw-r--r--random-projects/bad-password-generator/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/random-projects/bad-password-generator/index.html b/random-projects/bad-password-generator/index.html
index ad0aac1..56c6e8f 100644
--- a/random-projects/bad-password-generator/index.html
+++ b/random-projects/bad-password-generator/index.html
@@ -4,7 +4,7 @@ twitter:
title: Bad Password Generator
description: Surely you wouldn't use one like it, would you?
---
-<div class='random-project__project__bad-password-generator'>
+<main class='random-project__project__bad-password-generator'>
<div class="text">
<p>This is an example of a bad password.</p>
<p>Surely you wouldn't use one like it, would you?</p>
@@ -12,4 +12,4 @@ twitter:
<div id="changing-passwd">Password!1</div>
<script src="./script.js" charset="utf-8"></script>
-</div>
+</main>