Add link to homepage

master
rnhmjoj 2015-04-08 12:56:18 +02:00
parent c42f195412
commit 5d7228cf52
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ a:link, a:visited {
text-decoration: none;
}
a:hover {
#center a:hover {
color: rgb(119,87,80);
text-decoration: underline;
transition: color .5s ease;

View File

@ -9,7 +9,7 @@
<link rel=stylesheet href="main.css" type="text/css">
</head>
<body>
<h1>URL SHORTENER</h1>
<a href="/"><h1>URL SHORTENER</h1></a>
<div id="container">
<div id="center"> $yield$ </div>
</div>