diff options
author | Alexander Alexeev | 2016-11-21 13:38:27 +0700 |
---|---|---|
committer | Vitaly Takmazov | 2016-11-23 13:03:05 +0300 |
commit | 771c27021c033f5b6b9a3d9fdcd4048f9d8023af (patch) | |
tree | 558442fc7e5244953a8acc7444fb5c9a764f646a /juick-spring-www/src/main/webapp/WEB-INF/templates/index.html | |
parent | e9aa20922c82bfad64adbcb6466ebdac23a84244 (diff) |
spring-www project skeleton
Diffstat (limited to 'juick-spring-www/src/main/webapp/WEB-INF/templates/index.html')
-rw-r--r-- | juick-spring-www/src/main/webapp/WEB-INF/templates/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/index.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/index.html new file mode 100644 index 00000000..566549bd --- /dev/null +++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/index.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <title>Title</title> +</head> +<body> + +</body> +</html>
\ No newline at end of file |