building a foundation and breaking prisma
Co-authored-by: Spacelord <Spacelord09@users.noreply.github.com>
This commit is contained in:
31
src/frontend/publicInfoPage.eta.html
Normal file
31
src/frontend/publicInfoPage.eta.html
Normal file
@ -0,0 +1,31 @@
|
||||
<!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">
|
||||
<script src="/static/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="ui raised very padded text container segment">
|
||||
<h2 class="ui header"><%= it.name %></h2>
|
||||
<p><strong>Category:</strong> <%= it.category%></p>
|
||||
<p><strong>Amount:</strong> <%= it.Amount %></p>
|
||||
<p><strong>SKU:</strong> <%= it.SKU %></p>
|
||||
<p><strong>Comment:</strong> <%= it.comment %></p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
0
src/frontend/style.css
Normal file
0
src/frontend/style.css
Normal file
Reference in New Issue
Block a user