This commit is contained in:
Oliver Fay 2020-02-22 18:34:40 -05:00
parent 5c2645adaa
commit c8a1ff8311
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ app.get('/menu', function (req, res) {
res.sendFile('mainMenu.html', { root: './client/html' });
});
app.get('/createNewBlock', function (req, res) {
res.sendFile('createNewBlock.html', { root: '../client/html' });
res.sendFile('createNewBlock.html', { root: './client/html' });
});
app.get('/searchBlock', function (req, res) {
res.sendFile('about.html', { root: './client/html' });

View file

@ -4,7 +4,7 @@
<body>
<link href="../css/createNewBlock.css" rel = "stylesheet">
<link href="../public/css/createNewBlock.css" rel = "stylesheet">
<script src=""></script>
<script src=""></script>