diff --git a/.gitignore b/.gitignore
index 2af7cef..8c02b8f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,6 +19,5 @@ target/
nbproject/private/
build/
nbbuild/
-dist/
nbdist/
.nb-gradle/
\ No newline at end of file
diff --git a/src/main/resources/templates/dist/axiosTest.html b/src/main/resources/templates/dist/axiosTest.html
new file mode 100644
index 0000000..baad7fd
--- /dev/null
+++ b/src/main/resources/templates/dist/axiosTest.html
@@ -0,0 +1,23 @@
+
+
+
+
+ axios
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main/resources/templates/dist/thymeleaf/common_foot.html b/src/main/resources/templates/dist/thymeleaf/common_foot.html
new file mode 100644
index 0000000..77cbbc9
--- /dev/null
+++ b/src/main/resources/templates/dist/thymeleaf/common_foot.html
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main/resources/templates/dist/thymeleaf/common_head.html b/src/main/resources/templates/dist/thymeleaf/common_head.html
new file mode 100644
index 0000000..76892a2
--- /dev/null
+++ b/src/main/resources/templates/dist/thymeleaf/common_head.html
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main/resources/templates/dist/thymeleaf/footer.html b/src/main/resources/templates/dist/thymeleaf/footer.html
new file mode 100644
index 0000000..a62d5f1
--- /dev/null
+++ b/src/main/resources/templates/dist/thymeleaf/footer.html
@@ -0,0 +1,9 @@
+
+
+
+
+ © 2016 xxx
+
+
+
\ No newline at end of file
diff --git a/src/main/resources/templates/dist/thymeleaf/layout.html b/src/main/resources/templates/dist/thymeleaf/layout.html
new file mode 100644
index 0000000..cd3ca6c
--- /dev/null
+++ b/src/main/resources/templates/dist/thymeleaf/layout.html
@@ -0,0 +1,115 @@
+
+
+
+
+
+
+
+
+
+
+ 默认颜色
+
+
+
+
+
+
+
+
+ 用户名
+
+
+
+ 首页
+ 个人中心
+ 关于
+ 意见反馈
+
+
+
+
+
+ 管理员
+ 管理员号
+
+
+ 后台主页
+
+ 课程管理
+
+ 作业管理
+
+ 用户管理
+
+
+
+
+
+ 作业提交倒计时
+ 功能未完成
+
+
+
+
+
+
+
+ {{limitTime(scope.row)}}
+
+
+
+
+
+
+
+
+ 公告
+
+
+ {{notice.noticeContent + notice.issueTime}}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main/resources/templates/dist/thymeleafTest.html b/src/main/resources/templates/dist/thymeleafTest.html
new file mode 100644
index 0000000..5f36c72
--- /dev/null
+++ b/src/main/resources/templates/dist/thymeleafTest.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file