-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (31 loc) · 977 Bytes
/
index.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
<!doctype html>
<html>
<head>
<title>crdev</title>
<style>
body {
font-family: sans-serif;
}
a {
font: 16px sans-serif;
text-decoration: none;
color: #00c;
}
a:hover {
border-bottom: 1px dashed #00c;
}
</style>
</head>
<body>
<ul>
<li><a href="http://murzwin.com/base64vlq.html">Base64 VLQ CODEC (COder/DECoder) and SourceMap V3 mappings parser</a></li>
<li>
<a href="https://raw.githubusercontent.com/crdev/crdev.github.io/master/The%20Real%20Chernobyl.srt">Русские субтитры</a>
к документальному фильму компаний Sky News и HBO <a href="https://www.youtube.com/watch?v=Xw3SFOfbR84">"Настоящий Чернобыль"</a>
<br>
<a href="https://raw.githubusercontent.com/crdev/crdev.github.io/master/The%20Real%20Chernobyl.srt">Russian subtitles</a>
for the Sky News/HBO documentary <a href="https://www.youtube.com/watch?v=Xw3SFOfbR84">"The Real Chernobyl"</a>
</li>
<ul>
</body>
</html>