-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
120 lines (106 loc) · 4.42 KB
/
blog.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1 shrink-to-fit=no">
<meta name="description"
content="Greetings, I am Dan and this is my very own website. Here you'll find my web project with my inane ramblings and whatever rubbish I'm going to throw on it.">
<meta name="keywords" content="hobbies, windows95, nostalgia, website, 1990s">
<meta name="author" content="Daniel Miller">
<meta name=”robots” content="index, follow">
<meta property="og:title" content="Blog Zone">
<meta property="og:site_name" content="Webpage-1990-Colourised">
<meta property="og:type" content="website">
<meta property="og:description"
content="Greetings, I am Dan and this is my very own website. Here you'll find my web project with my inane ramblings and whatever rubbish I'm going to throw on it.">
<meta property="og:url" content="https://webpage-1990-colourised.neocities.org/blog">
<meta property="og:image"
content="https://neocities.org/site_screenshots/26/99/webpage-1990-colourised/blog.html.540x405.webp">
<meta property="og:image:secure_url"
content="https://neocities.org/site_screenshots/26/99/webpage-1990-colourised/blog.html.540x405.webp">
<meta property="og:image:type" content="image/webp">
<meta property="og:image:width" content="540">
<meta property="og:image:height" content="405">
<meta property="og:image:alt" content="Blog Zone">
<meta property="og:locale" content="en_UK">
<title>Webpage-1990-Colourised</title>
<link rel="canonical" href="https://webpage-1990-colourised.neocities.org/blog">
<link rel="shortcut icon" type='image/gif' href="graphics/computer.gif">
<link rel="stylesheet" href="style.css">
<script language="JavaScript" src="javascript/titlescroll.js"></script>
</head>
<body class="blog" id="blog">
<section>
<div>
<img src="graphics/headingblog.gif" alt="blog zone">
</div>
</section>
<section>
<div class="blog-box">
<p>
Welcome to the blog zone. This is where I'm going to write all my bable for you lot to read.
</p>
</div>
</section>
<section>
<div id="container" class="blog-box">
<div id="recentpostlistdiv"></div>
</div>
</section>
<section>
<div class="blog-box">
<h1>Updates:</h1>
<ul class="updates-box">
<li>
<b>Wrote Doing numbers</b> — 19/10/2024 <br>
</li>
<li>
<b>Edited The End Of 123Guestbook</b> — 28/05/2024
</li>
<li>
<b>Wrote Death of my Grandad</b> — 27/05/2024 <br>
</li>
<li>
<b>Edited The End Of 123Guestbook</b> — 22/05/2024
</li>
<li>
<b>Wrote The End Of 123Guestbook</b> — 05/05/2024
</li>
<li>
<b>Wrote A Start To Blogging</b> — 12/04/2024 <br>
</li>
<li>
<b>Created The Blog Zone</b> — 12/04/2024 <br>
</li>
</ul>
</div>
</div>
</section>
<section>
<footer class="blog-footer">
<div id="footer"></div>
</footer>
</section>
<section>
<div class="home">
<a href="index.html"><img src="graphics/ui/home.gif" alt="home"></a>
</div>
</section>
<section id="theme">
<div style="display: inline; position: fixed; margin: 0%; width: 15%; top: 20%; left: 0%;">
<img class="theme_5 hide" alt="theme_5">
</div>
<div style="display: inline; position: fixed; margin: 0%; width: 20%; top: 20%; right: 0%;">
<img class="theme_6 hide" alt="theme_6">
</div>
<div class="theme_overlay"></div>
</section>
<section class="overlay">
</section>
<scripts>
<script language="JavaScript" src="javascript/cursortrail.js"></script>
<script language="JavaScript" src="javascript/themes.js"></script>
<script language="JavaScript" src="javascript/blog.js"></script>
</scripts>
</body>
</html>