Fix indenting
This commit is contained in:
parent
bf6902ccff
commit
255e1fcc65
1 changed files with 16 additions and 16 deletions
|
@ -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>
|
||||||
|
|
Reference in a new issue