diff --git a/css/style.css b/css/style.css index 30c9cbd..b5c61c9 100644 --- a/css/style.css +++ b/css/style.css @@ -1,28 +1,3 @@ @tailwind base; @tailwind components; @tailwind utilities; - -.divider { - display: flex; - align-items: center; - text-align: center; - @apply mt-6; -} - -/* To show the lines on right -and left sides of the text */ -.divider::after, -.divider::before { - content: ""; - flex: 1; - @apply border; -} - -/* Space on left and right sides of text */ -.divider:not(:empty)::before { - margin-right: 1em; -} - -.divider:not(:empty)::after { - margin-left: 1em; -} diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..1f53798 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / diff --git a/server.js b/server.js index 96e8650..be93ee2 100644 --- a/server.js +++ b/server.js @@ -424,7 +424,8 @@ if(webService) { timeConvert: time, bytesConvert: bytes, voucher, - guests + guests, + updated: cache.updated }); } else { res.status(404); diff --git a/template/404.ejs b/template/404.ejs index 490a040..6b7ea7e 100644 --- a/template/404.ejs +++ b/template/404.ejs @@ -1,6 +1,8 @@
+ +- Guest Details for Voucher. -
++ Guest Details for Voucher. +
+