Compare commits
No commits in common. "178674c0ff07d9c321a2cab31e26eafaa499f9f5" and "cbaa37d1b0e15bed95481cb9be9d4b1d338d163b" have entirely different histories.
178674c0ff
...
cbaa37d1b0
3 changed files with 0 additions and 9 deletions
|
@ -6,8 +6,6 @@ const port = 3000;
|
|||
app.set('views', 'src/views');
|
||||
app.set('view engine', 'ejs');
|
||||
|
||||
app.use(express.static('./public'));
|
||||
|
||||
app.use('/', require('./routes'));
|
||||
|
||||
app.listen(port, () => {
|
||||
|
|
|
@ -4,14 +4,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<base target="_blank">
|
||||
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
<title>Constnium</title>
|
||||
<meta name="author" content="Mylloon">
|
||||
<meta name="description" content="Calculate your constant based on your first name">
|
||||
</head>
|
||||
<body>
|
||||
<hr>
|
||||
|
|
Loading…
Reference in a new issue