-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnews.html
31 lines (28 loc) · 1015 Bytes
/
news.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>What is MasterOfTheTiger Doing?</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="style.css">
<script src="main.js"></script>
</head>
<body>
<header>
<img src="icon.png" alt="Logo" height="25px" />
<span class="title">MasterOfTheTiger</span> - <span class="description">Web Developer, follower of Jesus</span>
</header>
<div class="groups">
<p><a href="index.html">Back to main page.</a></p>
<h1>News</h1>
<p>This is my page where I tell you what is happening with me. This is low volume in contrast to my Mastodon account.</p>
<div>
<h2>September 2019</h2>
<hr />
<p><strong>2019-09-30</strong>: I have now set up this page.</p>
<hr />
</div>
</div>
</body>
</html>