-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
45 lines (41 loc) · 1.69 KB
/
blog.html
File metadata and controls
45 lines (41 loc) · 1.69 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>cbladeOfficial's Site - Blog</title>
<link rel="stylesheet" href="style.css">
</head>
<body background="img/bg.jpg" text="white" alink="white" vlink="white" link="white" onload="getBlogList()">
<table class="page-table" align="center" border="0" bordercolor="white" cellspacing="0">
<tr class="header">
<td colspan="999" style="padding: 10px;">
<h2>cbladeOfficial's Site</h2>
</td>
</tr>
<tr class="menu" align="center">
<td><a href="index.html">
<div class="paddingmenu">HOME</div>
</a></td>
<td>
<div class="paddingmenu"><b>BLOG</b></div>
</td>
<td><a href="projects.html">
<div class="paddingmenu">PROJECTS</div>
</a></td>
<td><a href="contact.html">
<div class="paddingmenu">CONTACT</div>
</a></td>
</tr>
<tr class="content-page">
<td colspan="999">
<h3>Blogs</h3>
<p>Please use the native 'Find' feature (Ctrl + F or ⌘ + F on Macs) of your browser to search for a title of any of the blogs below, and copy the blog links to share it. If you see nothing below, this means there are no blogs posted yet, or JavaScript is disabled on your browser(?)</p>
<div id="posts">
</div>
</td>
</tr>
</table>
<script src="script.js"></script>
</body>
</html>