Skip to content

Commit

Permalink
Deploy to GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 16, 2023
0 parents commit 4b5ce8b
Show file tree
Hide file tree
Showing 6 changed files with 828 additions and 0 deletions.
795 changes: 795 additions & 0 deletions assets/index-0bae8acf.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

Binary file added icon/192x192.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 icon/favicon.ico
Binary file not shown.
16 changes: 16 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="ja" class="light">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Nya Dict</title>
<link rel="icon" href="./icon/favicon.ico">
<link rel="manifest" href="./manifest.webmanifest">
<script type="module" crossorigin src="./assets/index-0bae8acf.js"></script>
<link rel="stylesheet" href="./assets/index-d3513841.css">
</head>
<body>
<div id="app"></div>

</body>
</html>
16 changes: 16 additions & 0 deletions manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"background_color": "#d0e4fe",
"description": "Personal Japanese dictionary for memorying.",
"display": "fullscreen",
"icons": [
{
"src": "icon/192x192.png",
"sizes": "192x192",
"type": "image/png"
}
],
"name": "NyaDict",
"short_name": "NyaDict",
"start_url": "/index.html"
}

0 comments on commit 4b5ce8b

Please sign in to comment.