Rename the title

This commit is contained in:
rnhmjoj 2015-04-08 23:24:51 +02:00
parent 88b7c1a434
commit 857d3b8681

View File

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