static assets caching

This commit is contained in:
realaravinth
2021-05-04 23:27:58 +05:30
parent 98719670df
commit f0254b3b77
5 changed files with 23 additions and 21 deletions

View File

@@ -1,14 +1,10 @@
<. include!("../components/headers.html"); .> <. include!("./header/index.html");
.>
<. include!("../components/headers.html"); .>
<. include!("./header/index.html"); .>
<main>
<. include!("./taskbar/index.html"); .> <.
include!("./help-banner/index.html"); .>
<!-- Main content container -->
<. include!("./taskbar/index.html"); .>
<. include!("./help-banner/index.html"); .>
<div class="inner-container">
<!-- Main menu/ important actions roaster -->
</div>
<!-- end of container -->
</main>
<. include!("../components/footers.html"); .>