deploy to dice-tower.com
This commit is contained in:
@@ -3,24 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<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.
|
||||
">
|
||||
<meta name="version" content="{version}">
|
||||
|
||||
<link rel="stylesheet" href="/vendor/w3css/4/w3.css">
|
||||
<link rel="stylesheet" href="/vendor/font-awesome/css/fontawesome.css">
|
||||
@@ -29,6 +12,7 @@
|
||||
<link rel="icon" type="image/png" href="/favicon.png">
|
||||
<script src="/vendor/color-picker.js"></script>
|
||||
<script type="module" src="/dice-preview.js"></script>
|
||||
<script type="text/javascript" src="/rich-preview.js"></script>
|
||||
<script type="text/javascript" src="/app.js"></script>
|
||||
</head>
|
||||
<body class="w3-theme-l1">
|
||||
@@ -36,6 +20,7 @@
|
||||
style="height: 95vh; display: flex; flex-direction: column; justify-content: space-between; padding: 25px">
|
||||
<h1 style="text-align: center"><i class="fa-solid fa-dice-d20"></i> Dice-Tower <i class="fa-solid fa-dice-d20"></i>
|
||||
</h1>
|
||||
|
||||
<div class="w3-panel w3-theme-l4 w3-card w3-display-container"
|
||||
style="padding: 25px; text-align: center; margin-bottom: auto;">
|
||||
<h2 id="nameH" popovertarget="room-hint" data-trigger="hover" style="margin: 0" hidden>Name</h2>
|
||||
|
||||
Reference in New Issue
Block a user