stylish
This commit is contained in:
19
index.html
19
index.html
@@ -1,16 +1,19 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>TextProxy</title>
|
||||
<title>Text Proxy</title>
|
||||
<link href="https://fonts.googleapis.com/css?family=Nanum+Gothic+Coding|Nanum+Gothic:800" rel="stylesheet">
|
||||
<link href="site.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<h1>TextProxy</h1>
|
||||
<form action="/proxy.cgi" method="get">
|
||||
<label for="u">Site: </label>
|
||||
<input name="u" id="u" type="url" autofocus required>
|
||||
<input type="submit" value="Go">
|
||||
</form>
|
||||
<h1>Text Proxy</h1>
|
||||
<div class="main">
|
||||
<form action="/proxy.cgi" method="get">
|
||||
<label for="u">Site</label>
|
||||
<input name="u" id="u" type="url" autofocus required>
|
||||
<input type="submit" value="Go">
|
||||
</form>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user