1
0
Fork 0
mirror of https://github.com/jstrieb/urlpages.git synced 2025-03-15 13:04:33 +01:00

Removed unnecessary comment

This commit is contained in:
VatsalOjha 2019-07-01 20:55:38 -04:00
parent 6cd1ff6d11
commit 9eeca9fb8b

View file

@ -8,8 +8,6 @@
<body onload="initialize()">
<div id="textboxes" onkeyup="update()">
<!-- Unfortunately having these <textarea>s on one line is actually necessary
to remove a tiny amount of horizontal space between them -->
<textarea id="html" placeholder="HTML" rows="9"></textarea>
<textarea id="css" placeholder="CSS" rows="9"></textarea>
<textarea id="javascript" placeholder="JavaScript" rows="9"></textarea>