Skip to content

Commit 7856a4d

Browse files
formatting html
1 parent 8aec8a6 commit 7856a4d

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

index.html

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- Created by Nicole Walter -->
22
<html>
33
<head>
4-
<title>D&D Utility Tool</title>
4+
<title>D&D Utility Tool</title>
55
<link rel="shortcut icon" type="image/png" href="favicon.png">
66
<style>
77
body {
@@ -63,12 +63,12 @@
6363
}
6464
tr:nth-child(even) {
6565
background-color: #dddddd;
66-
}
66+
}
6767
</style>
6868
</head>
6969
<body>
7070
<header>
71-
<h1>Dungeons and Dragons Utility Tool</h1>
71+
<h1>Dungeons and Dragons Utility Tool</h1>
7272
<h2>Non-Player Characters</h2>
7373
</header>
7474
<form>
@@ -77,13 +77,14 @@ <h2>Non-Player Characters</h2>
7777
<button onclick="clearNPCs()">Clear</button>
7878
<p class="npcDisplay" id="npcs"></p>
7979
<script src="js/functionality.js" type="text/javascript"></script>
80-
<!-- Mobile redirect script by https://pagecrafter.com -->
81-
<script type="text/javascript" src="js/redirect.js"></script><script type="text/javascript">// <![CDATA[
82-
SA.redirection_mobile ({
83-
mobile_url : "nicolealexawalter.github.io/Dungeons-and-Dragons-Utility-Tool/mobile.html"
84-
});
85-
86-
// ]]></script>
80+
<!-- Mobile redirect script by https://pagecrafter.com -->
81+
<script type="text/javascript" src="js/redirect.js"></script><script type="text/javascript">// <![CDATA[
82+
SA.redirection_mobile ({
83+
mobile_url : "nicolealexawalter.github.io/Dungeons-and-Dragons-Utility-Tool/mobile.html"
84+
});
85+
86+
// ]]>
87+
</script>
8788
<header>
8889
<h2>Creatures and Encounters</h2>
8990
</header>

0 commit comments

Comments
 (0)