forked from nin0/website
made everything work
This commit is contained in:
parent
45496ace17
commit
305a81508e
3 changed files with 12 additions and 11 deletions
|
@ -2,6 +2,7 @@ var express = require("express");
|
|||
var app = express();
|
||||
|
||||
app.set("view engine", "ejs");
|
||||
app.use(express.static("public"))
|
||||
|
||||
app.get("/", function(req, res) {
|
||||
res.render("index");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue