backend/views/index.pug

19 lines
371 B
Plaintext
Raw Normal View History

2023-12-14 11:15:56 +01:00
doctype html
html
head
title= title
body
h1 Welcome to our Web App!
p This is a simple example using Express and Pug.
a(href='/users') View Users
div
div
p Transactions
p=transactionCount
div
p Categorys
p=categoryCount
div
p Users
p=userCount