Rename the title

master
rnhmjoj 2015-04-08 23:24:51 +02:00
parent 88b7c1a434
commit 857d3b8681
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>url shortener</title>
<title>breve: url shortener</title>
<meta name="description" content="url shortener">
<meta name="keywords" content="url, shortener">
<meta name="author" content="Michele Guerini Rocco">
@ -9,7 +9,8 @@
<link rel=stylesheet href="main.css" type="text/css">
</head>
<body>
<a href="/"><h1>URL SHORTENER</h1></a>
<h1><a href="/">BREVE</a></h1>
<h2>a url shortener</h2>
<div id="container">
<div id="center"> $yield$ </div>
</div>