mirror of
https://github.com/DerTyp7/shop-ejs-expressjs.git
synced 2025-10-30 04:47:11 +01:00
Initial commit
This commit is contained in:
10
views/index.ejs
Normal file
10
views/index.ejs
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<%- include('partials/head'); %>
|
||||
</head>
|
||||
<body>
|
||||
<h1>isAdmin: <%= isAdmin %></h1>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user