Skip to content

Commit

Permalink
Add a favicon
Browse files Browse the repository at this point in the history
Kind of silly, I'm trying to fit too much into the frame for this icon.
But I made a pixel art detailed version so its a little more legible...
  • Loading branch information
1j01 committed May 3, 2023
1 parent 06389c3 commit cbfff00
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 0 deletions.
Binary file added favicon.ico
Binary file not shown.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<head>
<meta charset="utf-8">
<title>Tiamblia</title>
<link rel="icon" href="tiamblia-favicon-128.png" sizes="128x128" type="image/png">
<link rel="icon" href="tiamblia-favicon-16.png" sizes="16x16" type="image/png">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<!-- <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> -->
<!-- <link rel="stylesheet" href="https://code.getmdl.io/1.1.3/material.indigo-pink.min.css"> -->
Expand Down
1 change: 1 addition & 0 deletions src/make-app-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const fs = require("fs");
const glob = require("glob");
const source_globs = [
"index.html",
"*favicon*",
"icons/**",
"lib/**",
"build/**",
Expand Down
Binary file added tiamblia-favicon-128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tiamblia-favicon-16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cbfff00

Please sign in to comment.