Skip to content

Commit

Permalink
Merge pull request #37 from j4k0xb/pwa
Browse files Browse the repository at this point in the history
PWA support
  • Loading branch information
pkendall64 authored Oct 26, 2024
2 parents 5b64473 + dd3f1f8 commit df2734e
Show file tree
Hide file tree
Showing 15 changed files with 5,661 additions and 1,361 deletions.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ExpressLRS Web Flasher</title>
<meta name="description" content="Web-hosted flasher for ExpressLRS version 3 firmware">
<link rel="icon" href="/favicon.ico">
<link rel="icon" href="/favicon.svg" sizes="any" type="image/svg+xml">
<link rel="apple-touch-icon" href="/apple-touch-icon-180x180.png" sizes="180x180">
<meta name="theme-color" content="#4a88ab">
</head>
<body>
<div id="app"></div>
Expand Down
Loading

0 comments on commit df2734e

Please sign in to comment.