File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change 1
1
<!-- Created by Nicole Walter -->
2
2
< html >
3
3
< head >
4
- < title > D&D Utility Tool</ title >
4
+ < title > D&D Utility Tool</ title >
5
5
< link rel ="shortcut icon " type ="image/png " href ="favicon.png ">
6
6
< style >
7
7
body {
63
63
}
64
64
tr : nth-child (even) {
65
65
background-color : # dddddd ;
66
- }
66
+ }
67
67
</ style >
68
68
</ head >
69
69
< body >
70
70
< header >
71
- < h1 > Dungeons and Dragons Utility Tool</ h1 >
71
+ < h1 > Dungeons and Dragons Utility Tool</ h1 >
72
72
< h2 > Non-Player Characters</ h2 >
73
73
</ header >
74
74
< form >
@@ -77,13 +77,14 @@ <h2>Non-Player Characters</h2>
77
77
< button onclick ="clearNPCs() "> Clear</ button >
78
78
< p class ="npcDisplay " id ="npcs "> </ p >
79
79
< 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 >
87
88
< header >
88
89
< h2 > Creatures and Encounters</ h2 >
89
90
</ header >
You can’t perform that action at this time.
0 commit comments