Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
sebakocz committed Sep 8, 2023
0 parents commit aa837bf
Show file tree
Hide file tree
Showing 11 changed files with 62 additions and 0 deletions.
6 changes: 6 additions & 0 deletions about.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
This favicon was generated using the following font:

- Font Title: Leckerli One
- Font Author: Copyright (c) 2011 Gesine Todt (www.gesine-todt.de), with Reserved Font Names "Leckerli"
- Font Source: http://fonts.gstatic.com/s/leckerlione/v16/V8mCoQH8VCsNttEnxnGQ-1itLZxcBtItFw.ttf
- Font License: SIL Open Font License, 1.1 (http://scripts.sil.org/OFL))
Binary file added android-chrome-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 android-chrome-512x512.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 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.
25 changes: 25 additions & 0 deletions assets/index-37e7faa6.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

Binary file added favicon-16x16.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 favicon-32x32.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 favicon.ico
Binary file not shown.
29 changes: 29 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="apple-touch-icon" sizes="180x180" href="/poxfield/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/poxfield/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/poxfield/favicon-16x16.png">
<link rel="manifest" href="/poxfield/site.webmanifest">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Poxfield: another deckbuilding tool for Pox Nora players." />
<meta name="keywords" content="Pox Nora, deckbuilder, Poxfield, strategy, online game, collectible card game, CCG, trading card game, TCG" />
<meta name="author" content="Sebastian Koczwara" />
<meta property="og:title" content="Poxfield: Pox Nora Deckbuilder" />
<meta property="og:description" content="Poxfield: another deckbuilding tool for Pox Nora players." />
<!-- <meta property="og:image" content="URL_TO_YOUR_OG_IMAGE" />-->
<meta property="og:url" content="https://github.com/sebakocz/poxfield" />
<meta name="twitter:title" content="Poxfield: Pox Nora Deckbuilder" />
<meta name="twitter:description" content="Poxfield: another deckbuilding tool for Pox Nora players." />
<!-- <meta name="twitter:image" content="URL_TO_YOUR_TWITTER_IMAGE" />-->
<meta name="twitter:card" content="summary_large_image" />
<title>Poxfield</title>
<script type="module" crossorigin src="/poxfield/assets/index-37e7faa6.js"></script>
<link rel="stylesheet" href="/poxfield/assets/index-b97ab9ba.css">
</head>
<body>
<div id="app"></div>

</body>
</html>
1 change: 1 addition & 0 deletions site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}

0 comments on commit aa837bf

Please sign in to comment.