mirror of
https://github.com/AndrioCelos/TableturfBattleApp.git
synced 2026-08-21 18:34:00 -05:00
Update URLs
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<base href="https://questers-rest.andriocelos.net/tableturf/"/>
|
||||
<base href="https://tableturf.andriocelos.net/tableturf/"/>
|
||||
<script>
|
||||
document.getElementsByTagName('base')[0].href = window.location.toString().replace(/\/(?:index.html|deckeditor|game\/[^/]*)$/, '/');
|
||||
</script>
|
||||
@@ -18,7 +18,7 @@
|
||||
<meta property="og:type" content="website"/>
|
||||
<meta name="title" property="og:title" content="Tableturf Battle"/>
|
||||
<meta name="description" property="og:description" content="(Beta) An unofficial simulator for Tableturf Battle from Splatoon 3. Play online with friends using any in-game cards!"/>
|
||||
<meta property="og:url" content="https://questers-rest.andriocelos.net/tableturf/"/>
|
||||
<meta property="og:url" content="https://tableturf.andriocelos.net/"/>
|
||||
<meta name="theme-color" content="#e7b427" data-react-helmet="true"/>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -1 +1 @@
|
||||
// This file was generated using TypeScript.
|
||||
// This file was generated using TypeScript. Source code is available at https://github.com/AndrioCelos/TableturfBattleApp
|
||||
|
||||
1
TableturfBattleClient/src/qrcode.d.ts
vendored
1
TableturfBattleClient/src/qrcode.d.ts
vendored
@@ -10,7 +10,6 @@ declare class QRCode {
|
||||
|
||||
makeCode(sText: string) : void;
|
||||
clear() : void;
|
||||
|
||||
}
|
||||
|
||||
declare namespace QRCode {
|
||||
|
||||
Reference in New Issue
Block a user