add nodejs express project with basic navigation
This commit is contained in:
4
PoinCloudWeb.Web/public/javascripts/globals.js
Normal file
4
PoinCloudWeb.Web/public/javascripts/globals.js
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
module.exports = {
|
||||
title: 'PointCloudWeb'
|
||||
};
|
||||
9
PoinCloudWeb.Web/public/javascripts/layout.js
Normal file
9
PoinCloudWeb.Web/public/javascripts/layout.js
Normal file
@@ -0,0 +1,9 @@
|
||||
function onClickMain() {
|
||||
window.location.href = "/";
|
||||
}
|
||||
function onClickScanner() {
|
||||
window.location.href = "/scanner";
|
||||
}
|
||||
function onClickMap() {
|
||||
window.location.href = "/map";
|
||||
}
|
||||
Reference in New Issue
Block a user