Compare commits
No commits in common. "6f28f785f16a6ceee1b8b34cce86ac0e1f81e90f" and "94bda84cbc51da9d2b65417cd01e7b312fb5859b" have entirely different histories.
6f28f785f1
...
94bda84cbc
16
index.html
16
index.html
|
@ -1,6 +1,18 @@
|
||||||
<html>
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>welcome to my ~ page</title>
|
||||||
|
<style type="text/css">
|
||||||
|
body {
|
||||||
|
background-color:pink;
|
||||||
|
font-family: courier;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>~minion</h1>
|
|
||||||
<h2>Welcome to my ~page. This is a test</h2>
|
<h1>welcome to my ~~~~~~~~ homepage</h1>
|
||||||
|
|
||||||
|
<p> you should ssh in and edit index.html </p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue