mirror of
https://github.com/minoplhy/chhoto-url.git
synced 2024-11-22 17:26:45 +00:00
Fix grammar
This commit is contained in:
parent
d26466b84c
commit
58e956b2ef
@ -1,5 +1,6 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport"
|
<meta name="viewport"
|
||||||
@ -22,6 +23,7 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@ -33,7 +35,7 @@
|
|||||||
<input type="url" name="longUrl" id="longUrl" placeholder="Long URL" required />
|
<input type="url" name="longUrl" id="longUrl" placeholder="Long URL" required />
|
||||||
</div>
|
</div>
|
||||||
<div class="pure-control-group">
|
<div class="pure-control-group">
|
||||||
<label for="shortUrl">Short URL (Optional). Only letters, number dashes and underscores
|
<label for="shortUrl">Short URL (Optional). Only letters, numbers, dashes and underscores
|
||||||
permitted</label>
|
permitted</label>
|
||||||
<input type="text" name="shortUrl" id="shortUrl" placeholder="Short URL (optional)"
|
<input type="text" name="shortUrl" id="shortUrl" placeholder="Short URL (optional)"
|
||||||
pattern="[a-z0-9_-]+" />
|
pattern="[a-z0-9_-]+" />
|
||||||
@ -60,4 +62,5 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user