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>
|
||||
<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>
|
||||
|
|
Reference in a new issue