djt/index.html

33 lines
1.4 KiB
HTML
Raw Normal View History

2016-10-26 18:09:26 +02:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"></meta>
2016-11-19 20:57:17 +01:00
<title>DJT</title>
2016-10-26 18:09:26 +02:00
<link rel='shortcut icon' href='favicon.ico' type='image/x-icon'/ >
2016-12-04 02:13:42 +01:00
<link rel="stylesheet" href="style/style.css?2">
2016-10-26 18:09:26 +02:00
</head>
<body>
2016-12-11 16:29:20 +01:00
<script src="assets/script.js"></script>
2016-10-26 18:09:26 +02:00
<div class="byline">
<p>you can [not] learn japanese</p>
</div>
2016-12-08 03:18:17 +01:00
2016-10-26 18:09:26 +02:00
<div class="volumes">
<p><a class="one" href="guide.html">guide [start here]</a></p>
<p><a class="one" href="resource%20guide.html">guide resource list</a></p>
<p><a class="one" href="anki.html">anki startup guide</a></p>
2016-11-28 02:11:54 +01:00
<p><a class="one" href="http://djt.neocities.org/bunpou/bunpou.html">grammar reference</a></p>
2016-10-26 18:09:26 +02:00
<p><a class="one" href="http://dojgdeck.neocities.org/">DoJG deck</a></p>
<p><a class="one" href="cor.html">cornucopia of resources</a></p>
<p><a class="one" href="reading%20list.html">reading list</a></p>
<p><a class="one" href="https://docs.google.com/spreadsheets/d/1nC03SCIiEy_4S0Ivv56dADu46sAWh5YANFB4gFuNChI/pubhtml?widget=true&amp;headers=false&chrome=false">feedback</a></p>
2016-10-26 18:28:27 +02:00
<p><a class="one" href="https://github.com/postautistic/djt/archive/master.zip">offline archive</a></p>
2016-10-26 18:09:26 +02:00
<p><a class="one" href="threads.html">thread webring</a></p>
</div>
2016-12-04 02:13:42 +01:00
<img src="assets/back0.png" id="image"><script>document.getElementById('image').src = 'assets/back' + Math.floor(Math.random() * 5) +'.png';</script>
2016-10-26 18:09:26 +02:00
2016-12-08 03:18:17 +01:00
<!--<p id="notice"></p>-->
2016-12-11 16:29:20 +01:00
2016-10-26 18:09:26 +02:00
</body>
</html>