forked from robertovormittag/open-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (27 loc) · 900 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<html>
<head>
<title>Open Website</title>
<meta charset="UTF-8">
<link href="style/site.css" rel="stylesheet">
</head>
<body>
<div id="main">
<h1>Open Website</h1>
<p>Let's make this a great website!</p>
<p>I am having fun with Git and GitHub!</p>
<p>I am having more fun with Git and GitHub!</p>
<p>I am having the most fun with Git and GitHub!</p>
<p>************************************************</p>
<p>Now someone else is adding stuff - it's me, Ian!</p>
<p>************************************************</p>
<p>This is my very own added paragraph!</p>
<p>Another paragraph has been added!</p>
<p>One more paragraph...</p>
<p>Very good book and course! Thanks</p>
<p>And it's very usefull!</p>
<p>This is JJ: I'm also having fun while learning!<p/>
<p> JJ again: new line added by me again!
<p> ...and again with a new line to make another commit and push
</div>
</body>
</html>