File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 77< link rel ="icon " href ="favicon.png " />
88< script src ="lib/coffeescript.js "> </ script >
99< script src ="lib/grapheme-splitter.js "> </ script >
10- </ head >
11- < body >
1210< style >
1311html ,
1412body {
9290color : inherit;
9391}
9492# copied-to-clipboard {
95- pointer-events : hidden ;
93+ pointer-events : none ;
9694background-color : # 00c030 ;
9795color : white;
9896border-radius : 100px ;
137135flex-grow : 0.1 ;
138136}
139137</ style >
138+ </ head >
139+ < body >
140140< header >
141141< h1 > ASCII Hypercube</ h1 >
142142<!-- <h2>Create hyperrectangular ASCII art</h2> -->
@@ -173,7 +173,7 @@ <h3>Output</h3>
173173Format for Markdown (Reddit, etc.)
174174</ label >
175175</ span >
176- < div style ="pointer-events: none "> </ div >
176+ < div style ="pointer-events: none ">
177177< span id ="copied-to-clipboard " aria-hidden ="true " role ="alert "> Copied to Clipboard</ span >
178178</ div >
179179</ div >
You can’t perform that action at this time.
0 commit comments