Copy the following, paste it into notepad, and save it as index.html
Refer to stevesh link to edit the various parts (metas, and body) to your needs
Upload to server
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<title> YOUR SITE TITLE </title>
<meta name="description" content="YOUR SITE DESCRIPTION">
<meta name="distribution" content="global">
<meta name="robots" content="index,follow">
<meta name="rating" content="General">
<meta name="language" content="italian, it, en-us">
<meta name="classification" content="Internet Services">
<meta name="keywords" content="YOUR KEYWORDS">
<link href="YOUR_STYLESHEET.css" rel="styleSheet" type="text/css" />
</head>
<body>
<a href="yourdomain/shop">your link text</a>
</body>
</html>