Add link to homepage
This commit is contained in:
parent
c42f195412
commit
5d7228cf52
@ -60,7 +60,7 @@ a:link, a:visited {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
#center a:hover {
|
||||||
color: rgb(119,87,80);
|
color: rgb(119,87,80);
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
transition: color .5s ease;
|
transition: color .5s ease;
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<link rel=stylesheet href="main.css" type="text/css">
|
<link rel=stylesheet href="main.css" type="text/css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>URL SHORTENER</h1>
|
<a href="/"><h1>URL SHORTENER</h1></a>
|
||||||
<div id="container">
|
<div id="container">
|
||||||
<div id="center"> $yield$ </div>
|
<div id="center"> $yield$ </div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user