Compare commits

...

2 Commits

Author SHA1 Message Date
clement callaert 0062934300 systeme de point 2 years ago
clement callaert af73d34e61 systeme de point 2 years ago
  1. 1666
      node_modules/.package-lock.json
  2. 1669
      package-lock.json
  3. 6
      package.json
  4. BIN
      public/favicon_io/android-chrome-192x192.png
  5. BIN
      public/favicon_io/android-chrome-512x512.png
  6. BIN
      public/favicon_io/apple-touch-icon.png
  7. BIN
      public/favicon_io/favicon-16x16.png
  8. BIN
      public/favicon_io/favicon-32x32.png
  9. BIN
      public/favicon_io/favicon.ico
  10. 1
      public/favicon_io/site.webmanifest
  11. 4
      views/includes/head.ejs

1666
node_modules/.package-lock.json

File diff suppressed because it is too large

1669
package-lock.json

File diff suppressed because it is too large

6
package.json

@ -7,7 +7,8 @@
"doc": "doc"
},
"scripts": {
"start": "nodemon main.js"
"start": "pm2 start main.js",
"stop": "pm2 stop main.js"
},
"author": "",
"license": "ISC",
@ -20,7 +21,8 @@
"express-session": "^1.17.3",
"mongodb": "^4.17.1",
"mongoose": "^6.12.2",
"multer": "^1.4.5-lts.1"
"multer": "^1.4.5-lts.1",
"pm2": "^5.3.0"
},
"devDependencies": {
"nodemon": "^3.0.1"

BIN
public/favicon_io/android-chrome-192x192.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 0 B

After

Width:  |  Height:  |  Size: 40 KiB

BIN
public/favicon_io/android-chrome-512x512.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 0 B

After

Width:  |  Height:  |  Size: 186 KiB

BIN
public/favicon_io/apple-touch-icon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 0 B

After

Width:  |  Height:  |  Size: 36 KiB

BIN
public/favicon_io/favicon-16x16.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 0 B

After

Width:  |  Height:  |  Size: 767 B

BIN
public/favicon_io/favicon-32x32.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 0 B

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
public/favicon_io/favicon.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 0 B

After

Width:  |  Height:  |  Size: 15 KiB

1
public/favicon_io/site.webmanifest

@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}

4
views/includes/head.ejs

@ -4,9 +4,9 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title><%= Title %></title>
<link rel="icon" type="image/x-icon" href="favicon_ico/favicon.ico">
<link rel="icon" type="image/x-icon" href="favicon_io/favicon.ico">
<link rel="stylesheet" type="text/css" href="css/base.css">
<script src="js/Titre_Accueil.js" defer></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@500&display=swap" rel="stylesheet">

Loading…
Cancel
Save