aboutsummaryrefslogtreecommitdiff
path: root/juick-spring-www/src/main/webapp/WEB-INF/templates/layout
diff options
context:
space:
mode:
authorGravatar Alexander Alexeev2016-11-21 13:38:27 +0700
committerGravatar Vitaly Takmazov2016-11-23 13:03:05 +0300
commit771c27021c033f5b6b9a3d9fdcd4048f9d8023af (patch)
tree558442fc7e5244953a8acc7444fb5c9a764f646a /juick-spring-www/src/main/webapp/WEB-INF/templates/layout
parente9aa20922c82bfad64adbcb6466ebdac23a84244 (diff)
spring-www project skeleton
Diffstat (limited to 'juick-spring-www/src/main/webapp/WEB-INF/templates/layout')
-rw-r--r--juick-spring-www/src/main/webapp/WEB-INF/templates/layout/footer.html0
-rw-r--r--juick-spring-www/src/main/webapp/WEB-INF/templates/layout/mainLayout.html12
2 files changed, 12 insertions, 0 deletions
diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/footer.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/footer.html
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/footer.html
diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/mainLayout.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/mainLayout.html
new file mode 100644
index 00000000..91a76f72
--- /dev/null
+++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/mainLayout.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8" />
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+ <script type="text/javascript" src="/scripts.js"></script>
+ <link rel="stylesheet" type="text/css" href="/style.css" />
+</head>
+<body>
+
+</body>
+</html> \ No newline at end of file