8 lines
165 B
HTML
8 lines
165 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>Welcome to your new website !</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h3>Welcome to your new website ! You can edit it in your new folder !</h3>
|
||
|
</body>
|
||
|
</html>
|