Changed server port, manual

This commit is contained in:
MrFry 2020-02-23 11:59:37 +01:00
parent 81e524978c
commit 8189ddf362
4 changed files with 170 additions and 199 deletions

View file

@ -1,31 +1,3 @@
<html>
<meta charset="UTF-8">
<body bgcolor="#212127">
<head>
<title>Moodle/Elearning/KMOOC manual</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=0.8" />
<style>
body {
font: normal 17px Verdana;
color: #999999;
}
a {
color: #9999ff;
}
textarea {
font: normal 17px Verdana;
color: white;
background-color: #212127;
width: 90%;
height: 250px;
}
</style>
</head>
<center>
<h1>Moodle/Elearnig/KMOOC manual</h1>
</center>
@ -202,5 +174,3 @@
</script>
<% include b.ejs %>
</html>
</body>

View file

@ -3,6 +3,7 @@
"main": "server.js",
"dependencies": {
"connect-busboy": "0.0.2",
"cors": "^2.8.5",
"ejs": "^1.0.0",
"express": "^4.6.1",
"express-ejs-layouts": "^1.1.0",

@ -1 +1 @@
Subproject commit 1e8154802cf4c17a6c8e71a577c6fa9f4957c2b1
Subproject commit fe74436ab119a31fdb35f7a3bbae50a572b0fb21

View file

@ -19,7 +19,7 @@
------------------------------------------------------------------------- */
const startHTTPS = true
const port = 8080
const port = 5000
const httpsport = 8443
const express = require('express')