mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 08:44:25 +08:00
modify project name
This commit is contained in:
@@ -6,12 +6,12 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui, viewport-fit=cover">
|
||||
<meta name="format-detection" content="telephone=no"/>
|
||||
<meta name="description" content="lab is a lightweight account book app hosted by yourself.">
|
||||
<title>lab</title>
|
||||
<meta name="description" content="ezBookkeeping is a lightweight personal bookkeeping app hosted by yourself.">
|
||||
<title>ezBookkeeping</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
<strong>We're sorry but lab doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
||||
<strong>We're sorry but ezBookkeeping doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
||||
</noscript>
|
||||
<div id="app"></div>
|
||||
</body>
|
||||
|
||||
@@ -7,19 +7,19 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui, viewport-fit=cover">
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes"/>
|
||||
<meta name="apple-mobile-web-app-title" content="lab"/>
|
||||
<meta name="apple-mobile-web-app-title" content="ezBookkeeping"/>
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="default"/>
|
||||
<meta name="theme-color" content="#c67e48">
|
||||
<meta name="format-detection" content="telephone=no"/>
|
||||
<meta name="description" content="lab is a lightweight account book app hosted by yourself.">
|
||||
<title>lab</title>
|
||||
<meta name="description" content="ezBookkeeping is a lightweight personal bookkeeping app hosted by yourself.">
|
||||
<title>ezBookkeeping</title>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
|
||||
<link rel="apple-touch-icon" href="touchicon.png">
|
||||
<link rel="manifest" href="manifest.json">
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
<strong>We're sorry but lab doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
||||
<strong>We're sorry but ezBookkeeping doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
||||
</noscript>
|
||||
<div id="app"></div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user