Skip to content
Snippets Groups Projects
Commit 49c39b65 authored by michaelisvy's avatar michaelisvy
Browse files

renamed headTag.jsp -> staticFiles.jsp

parent 85c8237f
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<html lang="en"> <html lang="en">
<jsp:include page="fragments/headTag.jsp"/> <jsp:include page="fragments/staticFiles.jsp"/>
<body> <body>
<div class="container"> <div class="container">
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<html lang="en"> <html lang="en">
<jsp:include page="../fragments/headTag.jsp"/> <jsp:include page="../fragments/staticFiles.jsp"/>
<body> <body>
<div class="container"> <div class="container">
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<html lang="en"> <html lang="en">
<jsp:include page="../fragments/headTag.jsp"/> <jsp:include page="../fragments/staticFiles.jsp"/>
<body> <body>
<div class="container"> <div class="container">
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<html lang="en"> <html lang="en">
<jsp:include page="../fragments/headTag.jsp"/> <jsp:include page="../fragments/staticFiles.jsp"/>
<body> <body>
<div class="container"> <div class="container">
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<html lang="en"> <html lang="en">
<jsp:include page="../fragments/headTag.jsp"/> <jsp:include page="../fragments/staticFiles.jsp"/>
<body> <body>
<div class="container"> <div class="container">
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<html lang="en"> <html lang="en">
<jsp:include page="../fragments/headTag.jsp"/> <jsp:include page="../fragments/staticFiles.jsp"/>
<body> <body>
<script> <script>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<html lang="en"> <html lang="en">
<jsp:include page="../fragments/headTag.jsp"/> <jsp:include page="../fragments/staticFiles.jsp"/>
<body> <body>
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<html lang="en"> <html lang="en">
<jsp:include page="../fragments/headTag.jsp"/> <jsp:include page="../fragments/staticFiles.jsp"/>
<body> <body>
<div class="container"> <div class="container">
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<html lang="en"> <html lang="en">
<jsp:include page="fragments/headTag.jsp"/> <jsp:include page="fragments/staticFiles.jsp"/>
<body> <body>
<div class="container"> <div class="container">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment