19 lines
275 B
HTML
19 lines
275 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>welcome to my ~ page</title>
|
||
|
<style type="text/css">
|
||
|
body {
|
||
|
background-color:pink;
|
||
|
font-family: courier;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<h1>welcome to my ~~~~~~~~ homepage</h1>
|
||
|
|
||
|
<p> you should ssh in and edit index.html </p>
|
||
|
|
||
|
</body>
|
||
|
</html>
|