- fixed routes
- added head and foot partials - prepared bootstrap
This commit is contained in:
8
src/frontend/demopage.eta.html
Normal file
8
src/frontend/demopage.eta.html
Normal file
@ -0,0 +1,8 @@
|
||||
<%~ E.includeFile("head.eta.html") %>
|
||||
|
||||
<div class="alert alert-primary" role="alert">
|
||||
A simple primary alert—check it out!
|
||||
</div>
|
||||
|
||||
|
||||
<%~ E.includeFile("foot.eta.html") %>
|
4
src/frontend/foot.eta.html
Normal file
4
src/frontend/foot.eta.html
Normal file
@ -0,0 +1,4 @@
|
||||
<script src="/static/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="/static/@popperjs/core/dist/cjs/popper.js"></script>
|
||||
</body>
|
||||
</html>
|
20
src/frontend/head.eta.html
Normal file
20
src/frontend/head.eta.html
Normal file
@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<title>AssetFlow - Info about item</title>
|
||||
<meta name="description" content="A simple HTML5 Template for new projects." />
|
||||
<meta name="author" content="[Project-Name-Here]" />
|
||||
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
|
||||
|
||||
<script src="/static/jquery/dist/jquery.min.js"></script>
|
||||
<link href="/static/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="/static/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet">
|
||||
|
||||
</head>
|
||||
<body>
|
Reference in New Issue
Block a user