17 lines
501 B
HTML
17 lines
501 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>url shortener</title>
|
|
<meta name="description" content="url shortener">
|
|
<meta name="keywords" content="url, shortener">
|
|
<meta name="author" content="Michele Guerini Rocco">
|
|
<meta charset="utf-8">
|
|
<link rel=stylesheet href="main.css" type="text/css">
|
|
</head>
|
|
<body>
|
|
<h1>URL SHORTENER</h1>
|
|
<div id="container">
|
|
<div id="center"> $yield$ </div>
|
|
</div>
|
|
</body>
|
|
</html> |