Changed title and button

This commit is contained in:
sqozz 2016-02-10 23:00:27 +01:00
parent 383643bdca
commit 072321dcbe
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>geekify.de</title> <title>schort</title>
<link rel="stylesheet" href="static/css/index.css"> <link rel="stylesheet" href="static/css/index.css">
</head> </head>
<body> <body>
@ -14,7 +14,7 @@
<span id="url_text">URL:</span> <span id="url_text">URL:</span>
<input type="input" name="url" id="url_input"> <input type="input" name="url" id="url_input">
<input type="hidden" name="wishId" value="{{name}}"> <input type="hidden" name="wishId" value="{{name}}">
<input type="submit" value="Short!" id="short_button"> <input type="submit" value="Schort!" id="short_button">
</form> </form>
</div> </div>
</body> </body>