Functional
This commit is contained in:
parent
2fc92cedd4
commit
9ece56849d
12 changed files with 411 additions and 8 deletions
|
@ -19,7 +19,7 @@
|
|||
<div class="mainDiv">
|
||||
<h1>QuickURL<hr></h1>
|
||||
|
||||
<form action="/makeURL" method="post">
|
||||
<form action="/makeURL" method="get">
|
||||
<input required type="url" id="url" placeholder="Enter URL" name="url">
|
||||
|
||||
<br><br>
|
||||
|
|
|
@ -89,4 +89,8 @@ input[type="url"] {
|
|||
select:hover,
|
||||
input:hover {
|
||||
border-color: var(--text-color)
|
||||
}
|
||||
|
||||
a {
|
||||
color: rgb(125, 125, 255)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue