1
Fork 0

Fix indenting

This commit is contained in:
Jake Howard 2017-09-21 21:33:40 +01:00
parent bf6902ccff
commit 255e1fcc65
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -1,19 +1,19 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>Presentation</title> <title>Presentation</title>
<link rel='stylesheet' href='index.css' /> <link rel='stylesheet' href='index.css' />
<script src="head.min.js"></script> <script src="head.min.js"></script>
</head> </head>
<body> <body>
<div class="reveal"> <div class="reveal">
<div class="slides"> <div class="slides">
<section> <section>
<h1>Title</h1> <h1>Title</h1>
<h4><i>Subtitle</i></h4> <h4><i>Subtitle</i></h4>
</section> </section>
</div> </div>
</div> </div>
<script src='index.js'></script> <script src='index.js'></script>
</body> </body>
</html> </html>