mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-14 05:31:03 +00:00
fix
This commit is contained in:
parent
651b2b4d38
commit
bdc88be377
10
app.hta
10
app.hta
|
@ -27,12 +27,12 @@
|
||||||
<hta:application
|
<hta:application
|
||||||
ID="WELSONJS"
|
ID="WELSONJS"
|
||||||
Version="1.0"
|
Version="1.0"
|
||||||
ApplicationName="NextVPN"
|
ApplicationName="WelsonJS"
|
||||||
Border="None"
|
Border="None"
|
||||||
BorderStyle="Static"
|
BorderStyle="Static"
|
||||||
InnerBorder="No"
|
InnerBorder="No"
|
||||||
Caption="No"
|
Caption="No"
|
||||||
Icon="favicon.ico"
|
Icon="app/favicon.ico"
|
||||||
ContextMenu="No"
|
ContextMenu="No"
|
||||||
MaximizeButton="No"
|
MaximizeButton="No"
|
||||||
MinimizeButton="No"
|
MinimizeButton="No"
|
||||||
|
@ -49,14 +49,14 @@
|
||||||
<title>NextVPN</title>
|
<title>NextVPN</title>
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=9" />
|
<meta http-equiv="X-UA-Compatible" content="IE=9" />
|
||||||
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
|
||||||
<meta name="description" content="Welsonjs: Build a windows desktop apps fastly without installing packages" />
|
<meta name="description" content="Welsonjs - Build a Windows desktop apps with JavaScript, HTML, and CSS based on WSH/HTA" />
|
||||||
<meta name="keywords" content="webapp" />
|
<meta name="keywords" content="webapp" />
|
||||||
<meta name="author" content="gnh1201" />
|
<meta name="author" content="gnh1201" />
|
||||||
<meta name="generator" content="welsonjs" />
|
<meta name="generator" content="welsonjs" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<link type="image/x-icon" rel="icon" href="favicon.ico" />
|
<link type="image/x-icon" rel="icon" href="app/favicon.ico" />
|
||||||
<link type="image/png" rel="shortcut icon" href="app/assets/img/paper-plane-icon.png" />
|
<link type="image/png" rel="shortcut icon" href="app/assets/img/paper-plane-icon.png" />
|
||||||
<link type="text/css" rel="stylesheet" href="style.css" />
|
<link type="text/css" rel="stylesheet" href="app/style.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
|
Before Width: | Height: | Size: 165 KiB After Width: | Height: | Size: 165 KiB |
Loading…
Reference in New Issue
Block a user