forked from minkolee/django2-by-example-ZH
-
Notifications
You must be signed in to change notification settings - Fork 0
/
chapter00.html
19 lines (19 loc) · 1.21 KB
/
chapter00.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Django 2 by example 翻译</title>
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/base.css">
</head>
<body>
<h1 style="text-align: center; margin-top: 10%;">Django 2 by example 翻译</h1>
<p style="text-align: center;">原书地址:<a href="https://www.packtpub.com/application-development/django-2-example" target="_blank">https://www.packtpub.com/application-development/django-2-example</a></p>
<p style="text-align: center;">译者:<a href="mailto:[email protected]">柚爸</a></p>
<p style="text-align: center;">译者因兴趣所致翻译,禁止用于商业用途,否则后果自负</p>
<p style="text-align: center;">本书GitHub地址:<a href="https://github.com/minkolee/django2-by-example-ZH" target="_blank">https://github.com/minkolee/django2-by-example-ZH</a></p>
<p style="text-align: center;">译者博客:<a href="http://conyli.cc" target="_blank">http://conyli.cc</a></p>
<p style="text-align: center;">如果感觉本书确实对你有帮助,可以考虑打赏作者</p>
<p style="text-align: center;width: 40%"><img src="http://img.conyli.cc/zfb.jpg" alt=""></p>
</body>
</html>