Rebrand for linhanced 0.1

This commit is contained in:
mrkmntal 2026-04-14 13:47:51 -04:00
commit 845b34992e
14 changed files with 27 additions and 28 deletions

View file

@ -4,18 +4,18 @@
<head>
<meta charset="utf-8" />
<title>WeatherStar 4000+</title>
<title>WeatherStar 4000+: Linhanced</title>
<meta name="description" content="Web based WeatherStar 4000 simulator that reports current and forecast weather conditions plus a few extras!" />
<meta name="keywords" content="WeatherStar 4000+" />
<meta name="author" content="Matt Walsh" />
<meta name="application-name" content="WeatherStar 4000+" />
<meta name="keywords" content="WeatherStar 4000+, Linhanced, WeatherStar" />
<meta name="author" content="markmental" />
<meta name="application-name" content="WeatherStar 4000+: Linhanced" />
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1">
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<link rel="manifest" href="manifest.json" />
<link rel="icon" href="images/logos/logo192.png" />
<link rel="apple-touch-icon" sizes="180x180" href="images/logos/app-icon-180.png" />
<meta property="og:image" content="https://weatherstar.netbymatt.com/images/social/1200x600.png">
<meta property="og:image" content="https://codeberg.org/markmental/ws4kp-linhanced/raw/branch/main/server/images/social/1200x600.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="627">
<link rel="prefetch" href="fonts/Star4000.woff" as="font" type="font/woff" crossorigin>
@ -98,7 +98,7 @@
<div id="container">
<div id="loading" width="640" height="480">
<div>
<div class="title">WeatherStar 4000+</div>
<div class="title">WeatherStar 4000+: Linhanced</div>
<div class="version">v<%- version %></div>
<div class="instructions">Enter your location above to continue</div>
</div>

View file

@ -1,4 +1,4 @@
<%- include('header.ejs', {titleDual:{ top: 'WeatherStar' , bottom: '4000+ v' + version }, hasTime: true}) %>
<%- include('header.ejs', {titleDual:{ top: 'WeatherStar' , bottom: '4000+: LH v' + version }, hasTime: true}) %>
<div class="main has-box progress">
<div class="container">
<div class="item template">
@ -19,4 +19,4 @@
<div class="progress-bar"></div>
<div class="cover"></div>
</div>
</div>
</div>