Simplify code

This commit is contained in:
tarikjaber
2023-02-23 10:12:57 -05:00
parent 10e6660050
commit 472a62434e
2 changed files with 64 additions and 68 deletions

View File

@@ -32,7 +32,7 @@
<div class="hide-from-print">
<h1><a href="index.html">Code to PDF</a></h1>
<div class="options">
<input id="document-name-input" type="text" placeholder="Input name" />
<input id="document-name-input" type="text" placeholder="File name" />
<select name="languages" id="languages">
<option value="javascript">Javascript</option>
<option value="typescript">Typescript</option>