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:
parent
6cd1ff6d11
commit
9eeca9fb8b
1 changed files with 0 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue