Initial commit

development
minion 2021-04-27 21:28:41 +00:00
commit 94bda84cbc
1 changed files with 18 additions and 0 deletions

18
index.html 100644
View File

@ -0,0 +1,18 @@
<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>