aboutsummaryrefslogtreecommitdiffstats
path: root/97suifangqa/apps/indicator/templates/indicator/index.html
diff options
context:
space:
mode:
Diffstat (limited to '97suifangqa/apps/indicator/templates/indicator/index.html')
-rw-r--r--97suifangqa/apps/indicator/templates/indicator/index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/97suifangqa/apps/indicator/templates/indicator/index.html b/97suifangqa/apps/indicator/templates/indicator/index.html
new file mode 100644
index 0000000..94ab354
--- /dev/null
+++ b/97suifangqa/apps/indicator/templates/indicator/index.html
@@ -0,0 +1,12 @@
+<!DOCTYPE HTML>
+<html>
+<head>
+ <meta http-equiv="content-type" content="text/html;charset=UTF-8">
+ <title>首页</title>
+</head>
+<body>
+ <a href="{% url indicator_status %}">指标状态</a>
+ <a href="{% url follow_indicator %}">关注指标</a>
+</body>
+</html>
+<!-- vim: set ts=2 sw=2 tw=0 fenc=utf-8 ft=html: -->