Browse Source

remove icon and title, use emojis

main
familyfriendlymikey 2 years ago
parent
commit
20c116d3d5
  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.

Before

Width:  |  Height:  |  Size: 11 KiB

3
app/index.html

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

2
package.json

@ -1,6 +1,6 @@
{
"name": "fuzzyhome",
"version": "0.0.28",
"version": "0.0.29",
"scripts": {
"start": "imba run -SMH --baseurl . -w server.imba",
"build-app": "rm -rf dist && imba build -SMH --baseurl . server.imba",

2
sw.imba

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

Loading…
Cancel
Save