Compare commits
No commits in common. "8a212a5044a5889e1e32de4f411ec78b1a4f2a83" and "fbfd23d33575b5a29a8dc5e45baef3f3b13cd70d" have entirely different histories.
8a212a5044
...
fbfd23d335
@ -165,13 +165,6 @@ function hideSnackbar() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
document.addEventListener("DOMContentLoaded", async () => {
|
document.addEventListener("DOMContentLoaded", async () => {
|
||||||
|
|
||||||
document.querySelector('meta[property="og:url"]').setAttribute("content", url());
|
|
||||||
document.querySelector('meta[property="twitter:url"]').setAttribute("content", url());
|
|
||||||
document.querySelector('meta[property="og:image"]').setAttribute("content", url() + '/rich.png');
|
|
||||||
document.querySelector('meta[name="twitter:image"]').setAttribute("content", url() + '/rich.png');
|
|
||||||
document.querySelector('meta[property="twitter:domain"]').setAttribute("content", window.location.hostname);
|
|
||||||
|
|
||||||
if (localStorage.getItem('last-name') && localStorage.getItem('last-room')) {
|
if (localStorage.getItem('last-name') && localStorage.getItem('last-room')) {
|
||||||
document.getElementById('name').value = localStorage.getItem('last-name');
|
document.getElementById('name').value = localStorage.getItem('last-name');
|
||||||
document.getElementById('room').value = localStorage.getItem('last-room');
|
document.getElementById('room').value = localStorage.getItem('last-room');
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 206 KiB |
@ -3,25 +3,6 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>Dice-Tower</title>
|
<title>Dice-Tower</title>
|
||||||
|
|
||||||
<meta property="og:title" content="Dice-Tower">
|
|
||||||
<meta name="twitter:title" content="Dice-Tower">
|
|
||||||
|
|
||||||
<meta property="og:type" content="website">
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
|
||||||
|
|
||||||
<meta property="og:url" content="https://dice-tower.com">
|
|
||||||
<meta property="twitter:url" content="https://dice-tower.com">
|
|
||||||
|
|
||||||
<meta property="twitter:domain" content="dice-tower.com">
|
|
||||||
|
|
||||||
<meta property="og:image" content="https://dice-tower.com/rich.png">
|
|
||||||
<meta name="twitter:image" content="https://dice-tower.com/rich.png">
|
|
||||||
|
|
||||||
<meta name="description" content="
|
|
||||||
Easy to use online dice rolling with customizable overlays.
|
|
||||||
">
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/vendor/w3css/4/w3.css">
|
<link rel="stylesheet" href="/vendor/w3css/4/w3.css">
|
||||||
<link rel="stylesheet" href="/vendor/font-awesome/css/fontawesome.css">
|
<link rel="stylesheet" href="/vendor/font-awesome/css/fontawesome.css">
|
||||||
<link rel="stylesheet" href="/vendor/font-awesome/css/all.css">
|
<link rel="stylesheet" href="/vendor/font-awesome/css/all.css">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user