We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beaae7a commit 581b09fCopy full SHA for 581b09f
app/templates/index.html
@@ -0,0 +1,11 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+<head>
4
+ <meta charset="UTF-8">
5
+ <title>Title</title>
6
+</head>
7
+<body>
8
+<h1>欢迎来到公众号: Python编程与实战</h1>
9
+<img src="//upload-images.jianshu.io/upload_images/16366265-ea5463b385ef092a.jpg?imageMogr2/auto-orient/strip|imageView2/2/w/900/format/webp">
10
+</body>
11
+</html>
0 commit comments