Browse Source

Update to HTML components

pull/396/head
Gyarbij 4 years ago
parent
commit
12f7e83162
No known key found for this signature in database GPG Key ID: 475E97703A86E06
  1. 4
      src/package-lock.json
  2. 2
      src/package.json
  3. BIN
      src/www/img/favicon.ico
  4. BIN
      src/www/img/favicon.png
  5. 2
      src/www/index.html
  6. 2
      src/www/manifest.json

4
src/package-lock.json

@ -1,6 +1,6 @@
{
"name": "wg-easy",
"version": "0.0.1",
"name": "wireui",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

2
src/package.json

@ -1,7 +1,7 @@
{
"release": 7,
"name": "wireui",
"version": "0.0.1",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {

BIN
src/www/img/favicon.ico

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
src/www/img/favicon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

2
src/www/index.html

@ -2,7 +2,7 @@
<html>
<head>
<title>WireGuard</title>
<title>WireUI powered by WireGuard</title>
<link href="./css/vendor/tailwind.min.css" rel="stylesheet">
<link rel="manifest" href="./manifest.json">
<link rel="icon" type="image/png" href="./img/favicon.png">

2
src/www/manifest.json

@ -1,5 +1,5 @@
{
"name": "WireGuard",
"name": "WireUI powered by WireGuard",
"display": "standalone",
"background_color": "#fff",
"icons": [

Loading…
Cancel
Save