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>
<html>
<head>
<title>Presentation</title>
<link rel='stylesheet' href='index.css' />
<script src="head.min.js"></script>
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<h1>Title</h1>
<h4><i>Subtitle</i></h4>
</section>
</div>
</div>
<script src='index.js'></script>
</body>
<head>
<title>Presentation</title>
<link rel='stylesheet' href='index.css' />
<script src="head.min.js"></script>
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<h1>Title</h1>
<h4><i>Subtitle</i></h4>
</section>
</div>
</div>
<script src='index.js'></script>
</body>
</html>