Fixed formatting issue.

This commit is contained in:
ForeverPyrite
2024-10-05 17:55:47 -04:00
parent d7328a5b7e
commit 31736b386f

View File

@@ -17,7 +17,7 @@
<body> <body>
<div class="content"> <div class="content">
<p id="response-area">Response will appear here.</p> <pre id="response-area">Response will appear here.</pre>
<div class="form_box"> <div class="form_box">
<input id="url_box" placeholder="Paste the lecture URL here." autofocus></input> <input id="url_box" placeholder="Paste the lecture URL here." autofocus></input>
<input id="submit" type="submit" onclick=""></input> <input id="submit" type="submit" onclick=""></input>