Update app.hta

This commit is contained in:
Namhyeon Go 2020-07-08 17:30:29 +09:00 committed by GitHub
parent 28fbb3a9db
commit 57d7e77d3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
app.hta
View File

@ -25,9 +25,9 @@
@attribute WindowsState [Normal]|Minimize|Maximize
-->
<hta:application
ID="WELSONJS"
Version="1.0"
ApplicationName="NextVPN"
ID="Window_WelsonJS"
Version="0.1"
ApplicationName="WelsonJS"
Border="None"
BorderStyle="Static"
InnerBorder="No"
@ -46,13 +46,13 @@
WindowState="Normal"
Selection="No"
/>
<title>NextVPN</title>
<title>WelsonJS</title>
<meta http-equiv="X-UA-Compatible" content="IE=9" />
<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="keywords" content="webapp" />
<meta name="keywords" content="WelsonJS" />
<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" />
<link type="image/x-icon" rel="icon" href="favicon.ico" />
<link type="image/png" rel="shortcut icon" href="app/assets/img/paper-plane-icon.png" />