Fixed Indent

This commit is contained in:
Marijn Jansen
2017-01-13 12:14:44 +01:00
parent a49b906217
commit 1db9826de5

View File

@@ -1,6 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<link rel="stylesheet" <link rel="stylesheet"
type="text/css" type="text/css"
href="styles/index.css"> href="styles/index.css">
@@ -9,15 +9,15 @@
<script src="js/dobPicker.min.js"></script> <script src="js/dobPicker.min.js"></script>
<meta charset="utf-8"> <meta charset="utf-8">
<title>MyHyvesbook+</title> <title>MyHyvesbook+</title>
</head> </head>
<body> <body>
<div> <div>
<img style="width:50%;margin-left:25%" <img style="width:50%;margin-left:25%"
src="img/top-logo.png" src="img/top-logo.png"
alt="MyHyvesbook+"> alt="MyHyvesbook+">
</div> </div>
<form action="../profile.php" <form action="../profile.php"
method="post"> method="post">
<h1>Welkom bij MyHyvesbook+</h1> <h1>Welkom bij MyHyvesbook+</h1>
@@ -47,13 +47,13 @@
name="Submit" name="Submit"
id="frm1_submit" /> id="frm1_submit" />
</div> </div>
</form> </form>
<div class="login_containerlogin"> <div class="login_containerlogin">
<button onclick="document.getElementById('id01').style.display='block'">Registreer</button> <button onclick="document.getElementById('id01').style.display='block'">Registreer</button>
</div> </div>
<div class="login_containerregister"> <div class="login_containerregister">
<div id="id01" class="modal"> <div id="id01" class="modal">
<span onclick="document.getElementById('id01').style.display='none'" <span onclick="document.getElementById('id01').style.display='none'"
class="close" class="close"
@@ -185,8 +185,8 @@
</div> </div>
</form> </form>
</div> </div>
</div> </div>
</body> </body>
</html> </html>
<script> <script>
@@ -197,7 +197,7 @@
if (event.target == modal) { if (event.target == modal) {
modal.style.display = "none"; modal.style.display = "none";
} }
} }
</script> </script>
<script> <script>