Skip to content

Commit

Permalink
OZ-770: Align with new Ozone branding
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuisson committed Jan 9, 2025
1 parent 0ba3182 commit ddbbf51
Show file tree
Hide file tree
Showing 11 changed files with 286 additions and 117 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,6 @@ buildNumber.properties
# Eclipse Core
.project
# JDT-specific (Eclipse Java Development Tools)
.classpath
.classpath

.DS_Store
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ const date = require('date-and-time')
const now = new Date();
app.locals.serverStartTime = date.format(now,'YYYY/MM/DD HH:mm:ss');

app.use('/static', express.static(__dirname + '/public'));

app.get('/', (req, res) => {
res.render('index', {
title: process.env.TITLE || 'The system is currently undergoing maintenance',
Expand Down
Loading

0 comments on commit ddbbf51

Please sign in to comment.