simple proxmox
This commit is contained in:
parent
f18967ce8b
commit
232c4d6b6f
@ -8,7 +8,7 @@ const {InviteToken, PasswordResetToken} = require('./../models/token');
|
|||||||
|
|
||||||
/* GET home page. */
|
/* GET home page. */
|
||||||
router.get('/', async function(req, res, next) {
|
router.get('/', async function(req, res, next) {
|
||||||
res.render('home', { title: 'Express' });
|
res.render('topics', { title: 'Express' });
|
||||||
});
|
});
|
||||||
|
|
||||||
/* GET home page. */
|
/* GET home page. */
|
||||||
|
@ -35,6 +35,7 @@
|
|||||||
<nav class="my-2 my-md-0 mr-md-3">
|
<nav class="my-2 my-md-0 mr-md-3">
|
||||||
<a class="text-dark hover-effect" href="/topics"><i class="fad fa-tachometer-alt-fastest"></i> Topics</a>
|
<a class="text-dark hover-effect" href="/topics"><i class="fad fa-tachometer-alt-fastest"></i> Topics</a>
|
||||||
<a class="text-dark hover-effect" href="/chat"><i class="fad fa-tachometer-alt-fastest"></i> Chat</a>
|
<a class="text-dark hover-effect" href="/chat"><i class="fad fa-tachometer-alt-fastest"></i> Chat</a>
|
||||||
|
<a class="text-dark hover-effect" href="/proxmox"><i class="fad fa-tachometer-alt-fastest"></i> proxmox</a>
|
||||||
</nav>
|
</nav>
|
||||||
<a class="hover-effect btn btn-outline-primary" onclick="app.auth.logOut(e => window.location.href='/')"><i class="fas fa-sign-out"></i> Log Out</a>
|
<a class="hover-effect btn btn-outline-primary" onclick="app.auth.logOut(e => window.location.href='/')"><i class="fas fa-sign-out"></i> Log Out</a>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user