-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsidebar.php
More file actions
19 lines (18 loc) · 1.03 KB
/
sidebar.php
File metadata and controls
19 lines (18 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<h1>Most Recent Entries</h1>
<hr />
<ul>
<li><a href="../cv.php" title="Curriculum Vitae">My CV/Resume</a></li>
<li><a href="../languagelearning/japanesediary.php#entry3" title="My Blog Entries About Learning Japanese">Japanese Blog #3</a></li>
<li><a href="../languagelearning/resources.php#maincontents" title="An Updated List of Language Resources I Find Useful">Language Resources</a></li>
</ul>
<hr />
<h1>Useful Stuff</h1>
<hr />
<ul>
<li><a href="http://jisho.org/" title="Japanese-English Dictionary" rel="external">Jisho</a></li>
<li><a href="http://www.alljapaneseallthetime.com/blog/" title="All Japanese All The Time - How to learn Japanese in less than 2 years" rel="external">Ajatt</a></li>
<li><a href="http://www.antimoon.com/" title="Antimoon - How to learn English effectively" rel="external">Antimoon</a></li>
<li><a href="http://validator.w3.org/check?uri=referer">Valid HTML</a></li>
<li><a href="http://jigsaw.w3.org/css-validator/check/referer">Valid CSS</a></li>
</ul>