Just fixed it all

Back to this project after over a half-year
This commit is contained in:
Masahiko AMANO
2021-12-08 15:58:48 +03:00
parent 31d5b1c0f2
commit fef8f4ec00
5 changed files with 64 additions and 68 deletions
+3 -13
View File
@@ -12,7 +12,7 @@
crossorigin="anonymous"
/>
<link rel="stylesheet" href="./style.css" />
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
</head>
<body>
<header>
@@ -20,12 +20,7 @@
</header>
<main>
<h2>Compress your files with the Huffman compression!</h2>
<form
id="form"
class="was-validated"
method="post"
enctype="multipart/form-data"
>
<form id="form" class="was-validated" method="post" enctype="multipart/form-data">
<div class="form-group">
<label for="mode">Select mode</label>
<select id="mode" class="form-control" id="mode">
@@ -42,12 +37,7 @@
</div>
</div>
<div class="form-group">
<input
id="submit"
type="submit"
class="btn btn-primary"
value="HuffPress!"
/>
<input id="submit" type="submit" class="btn btn-primary" value="HuffPress!" />
</div>
</form>
</main>