Browse Source

betterified

master
mort 8 years ago
parent
commit
59e4e41928
6 changed files with 8 additions and 1 deletions
  1. 1
    1
      package.json
  2. BIN
      web/favicon.ico
  3. BIN
      web/icon.png
  4. 1
    0
      web/icon.svg
  5. 2
    0
      web/index.html
  6. 4
    0
      web/style.css

+ 1
- 1
package.json View File

@@ -10,7 +10,7 @@
"license": "ISC",
"dependencies": {
"express": "^4.13.4",
"webevents": "^1.0.0"
"webevents": "^1.0.1"
},
"devDependencies": {},
"description": ""

BIN
web/favicon.ico View File


BIN
web/icon.png View File


+ 1
- 0
web/icon.svg View File

@@ -0,0 +1 @@
<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'><svg enable-background="new 0 0 48 48" height="48px" id="Layer_1" version="1.1" viewBox="0 0 48 48" width="48px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path clip-rule="evenodd" d="M37,47H11c-2.209,0-4-1.791-4-4V8c0-2.209,1.791-4,4-4h3l0,0c0.553,0,1,0.448,1,1 s-0.447,1-1,1l0,0h-3C9.896,6,9,6.896,9,8v35c0,1.104,0.896,2,2,2h26c1.104,0,2-0.896,2-2V8c0-1.104-0.896-2-2-2h-3l0,0 c-0.553,0-1-0.448-1-1s0.447-1,1-1c0,0,0,0,0.001,0H37c2.209,0,4,1.791,4,4v35C41,45.209,39.209,47,37,47z M35,9 c0,0.552-0.447,1-1,1H14c-0.553,0-1-0.448-1-1s0.447-1,1-1c0,0,1.125-0.125,2-1l2-2c0,0,0.781-1,2-1h1c0-1.657,1.344-3,3-3 c1.657,0,3,1.343,3,3h1c1.312,0,2,1,2,1l2,2c0.875,0.875,2,1,2,1C34.553,8,35,8.448,35,9z M24,3c-0.553,0-1,0.448-1,1h2 C25,3.448,24.553,3,24,3z M29.363,7c0,0-0.679-1-1.817-1h-7.091c-1.14,0-1.818,1-1.818,1l-0.909,1h12.545L29.363,7z" fill-rule="evenodd"/></svg>

+ 2
- 0
web/index.html View File

@@ -5,6 +5,8 @@
<title>Shopping List</title>
<link rel="stylesheet" href="/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="apple-touch-icon" href="icon.png">
</head>
<body>
<div id="container">

+ 4
- 0
web/style.css View File

@@ -29,6 +29,10 @@ html, body {
width: 10%;
height: 30px;
}
#add .name,
#add .submit {
font-size: 16px;
}
#add .suggestions {
transition: opacity 0.2s;
z-index: 2;

Loading…
Cancel
Save