Browse Source

add favicon

main
Mikey Oz 3 years ago
parent
commit
324da687d8
  1. BIN
      app/icon.png
  2. 3
      app/index.html
  3. 2
      package.json
  4. 2
      sw.imba

BIN
app/icon.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

3
app/index.html

@ -1,6 +1,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<title>fuzzyhome</title> <title>Home</title>
<link rel="icon" type="image/png" href="./icon.png">
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<style src='*'></style> <style src='*'></style>

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "fuzzyhome", "name": "fuzzyhome",
"version": "0.0.12", "version": "0.0.15",
"scripts": { "scripts": {
"start": "imba run -SMH --baseurl . -w server.imba", "start": "imba run -SMH --baseurl . -w server.imba",
"build-app": "imba build -SMH --baseurl . server.imba", "build-app": "imba build -SMH --baseurl . server.imba",

2
sw.imba

@ -1,7 +1,7 @@
let p = console.log let p = console.log
const app_prefix = "fuzzyhome_cache" const app_prefix = "fuzzyhome_cache"
const version = "0.0.12" const version = "0.0.15"
const cache_name = "{app_prefix}-{version}" const cache_name = "{app_prefix}-{version}"

Loading…
Cancel
Save