Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dwidge committed Nov 13, 2023
1 parent 45a32e5 commit a6d7a65
Show file tree
Hide file tree
Showing 15 changed files with 239 additions and 107 deletions.
27 changes: 27 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="theme-color" content="#ff00ff" />
<meta name="description" content="Memorize words and phrases" />
<title>Memaword</title>
<link rel="icon" href="/memaword/favicon.ico" />
<link
rel="mask-icon"
href="/memaword/mask-icon.svg"
color="#FFFFFF"
/>
<link
rel="apple-touch-icon"
href="/memaword/apple-touch-icon.png"
type="image/png"
sizes="128x128"
/>

<script type="module" crossorigin src="/assets/index-86f39156.js"></script>
<link rel="stylesheet" href="/assets/index-f073c358.css">
<link rel="manifest" href="/manifest.webmanifest"><script id="vite-plugin-pwa:register-sw" src="/registerSW.js"></script></head>
<div id="root"></div>
<noscript>You need to enable JavaScript to run this app.</noscript>
</html>
Binary file added apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 0 additions & 11 deletions asset-manifest.json

This file was deleted.

179 changes: 179 additions & 0 deletions assets/index-86f39156.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/index-f073c358.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified favicon.ico
Binary file not shown.
28 changes: 27 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1,27 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/memaword/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Memaword - memorize words and phrases"/><link rel="apple-touch-icon" href="/memaword/logo192.png"/><link rel="manifest" href="/memaword/manifest.json"/><title>Memaword</title><script defer="defer" src="/memaword/static/js/main.fa43aa1d.js"></script><link href="/memaword/static/css/main.7defa3ad.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="theme-color" content="#ff00ff" />
<meta name="description" content="Memorize words and phrases" />
<title>Memaword</title>
<link rel="icon" href="/memaword/favicon.ico" />
<link
rel="mask-icon"
href="/memaword/mask-icon.svg"
color="#FFFFFF"
/>
<link
rel="apple-touch-icon"
href="/memaword/apple-touch-icon.png"
type="image/png"
sizes="128x128"
/>

<script type="module" crossorigin src="/assets/index-86f39156.js"></script>
<link rel="stylesheet" href="/assets/index-f073c358.css">
<link rel="manifest" href="/manifest.webmanifest"><script id="vite-plugin-pwa:register-sw" src="/registerSW.js"></script></head>
<div id="root"></div>
<noscript>You need to enable JavaScript to run this app.</noscript>
</html>
1 change: 1 addition & 0 deletions manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"display":"standalone","background_color":"#222222","lang":"en","icons":[{"src":"apple-touch-icon.png","sizes":"512x512","type":"image/png","purpose":"any maskable"}]}
1 change: 1 addition & 0 deletions registerSW.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions robots.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:
Allow: /
1 change: 0 additions & 1 deletion static/css/main.7defa3ad.css

This file was deleted.

2 changes: 0 additions & 2 deletions static/js/main.fa43aa1d.js

This file was deleted.

90 changes: 0 additions & 90 deletions static/js/main.fa43aa1d.js.LICENSE.txt

This file was deleted.

1 change: 1 addition & 0 deletions sw.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a6d7a65

Please sign in to comment.