-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathblog.html
53 lines (38 loc) · 1.64 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
<!DOCTYPE HTML>
<html>
<head>
<title>Shonumi: Blog</title>
<link rel="stylesheet" type="text/css" href="main.css" />
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
</head>
<body>
<!-- Main Header -->
<div class="header">
<!-- Left Header -->
<div class="header_left">
<div class="header_text"><strong><a class="header_link_current" href="index.html">Shonumi</a></strong></div>
</div>
<!-- Right Header -->
<div class="header_right">
<a class="header_link" href="articles.html">Articles</a>
<a class="header_link" href="books.html">My<span class="no">_</span>Books</a>
<a class="header_link_current" href="blog.html">Blog</a>
<a class="header_link" href="downloads.html">Downloads</a>
<a class="header_link" href="dandocs.html">Dan<span class="no">_</span>Docs</a>
</div>
</div>
<!-- Main Page Outer Box -->
<div class="box_outer">
<!-- Main Page Inner Box -->
<div class="box_inner">
<div class="center_headline">Blog Entries</div>
<div class="headline_underline">. . . . . . . . . . .</div>
<p class="inner_text_large"><strong>December 27, 2019</strong> - <em><a href="blog/nds_rolling.html">NDS Development Blog</a></em></p>
<p class="inner_text_sub">Continuous blog about GBE+ and NDS emulation</p>
<p class="inner_text_large"><strong>July 24th, 2016</strong> - <em><a href="blog/blog1.html">Emulating the Game Boy Color Infrared Port - Progress</a></em></p>
<p class="inner_text_sub">Partially emulating one of the lesser used (but still cool) functions of the GBC</p>
</div>
</div>
</body>
</html>