Django5/templates/index.html

11 lines
232 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<p>Django5大爷你好</p>
<a href="http://python222.com/post/7" target="_blank">Python学习路线图</a>
</body>
</html>