Just fixed it all
Back to this project after over a half-year
This commit is contained in:
+3
-13
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user