Skip to content
This repository has been archived by the owner on Jun 24, 2018. It is now read-only.

Commit

Permalink
just some tiny cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ericoc committed Nov 5, 2013
1 parent fd938bd commit 7cb889f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
2 changes: 0 additions & 2 deletions admin/index.php
Expand Up @@ -231,7 +231,6 @@ function howmanyVisits ($id) {
<link rel="stylesheet" type="text/css" href="/gawsh.css">
</head>
<body>
<center>
<h1><a href="/admin/">gaw.sh admin</a></h1><br>
<?php

Expand Down Expand Up @@ -386,6 +385,5 @@ function howmanyVisits ($id) {
<input type="submit" value="search!">
<input type="reset" value="nevermind">
</form>
</center>
</body>
</html>
1 change: 1 addition & 0 deletions gawsh.css
Expand Up @@ -33,6 +33,7 @@ body
{
font-family: Tahoma, Verdana, sans-serif;
font-size: 1em;
text-align: center;
}

a:link, a:visited, a:active, a:hover
Expand Down
2 changes: 0 additions & 2 deletions go.php
Expand Up @@ -17,10 +17,8 @@ function showError ($error) {
<title>gaw.sh URL short... $error</title>
</head>
<body>
<center>
<h1><a href="/">gaw.sh url shortener</a></h1><br>
<span id="error">$pretty</span>
</center>
</body>
</html>
END;
Expand Down
4 changes: 1 addition & 3 deletions index.php
Expand Up @@ -9,7 +9,6 @@
<title>gaw.sh URL short...</title>
</head>
<body>
<center>
<h1><a href="/">gaw.sh url shortener</a></h1><br>
<?php

Expand Down Expand Up @@ -132,12 +131,11 @@
} /* Done processing form */

?>
<form method="post" action="">
<form method="post">
<input type="text" size="50" name="url" value="http://"><br>
Alias (optional): <input type="text" size="20" name="alias"><br><br>
<input type="submit" value="shorten!">
<input type="reset" value="nevermind">
</form>
</center>
</body>
</html>

0 comments on commit 7cb889f

Please sign in to comment.