Files
LocalDice/index.htm
RolimirKal 61ed866480 v1.2
- File organization (unnecessary nesting.. oops)
	- ReadMe formatting
2025-08-11 03:05:25 -04:00

51 lines
2.0 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml" data-lt-installed="true"><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="keywords" content="DnD, dangeon and dragons, roleplay, dice, roller, 3D, RPG, wargame">
<meta name="description" content="Online 3D dice roller">
<title>Bee's dice roller - adaptation of teal's</title>
<style type="text/css">@import "main.css";</style>
<style type="text/css">@import "dice.css";</style>
<link rel="icon" type="image/x-ico" href="https://dice.bee.ac/favicon.ico">
</head>
<body style="margin: 0">
<div id="info_div" style="display: inline-block;">
<div class="center_field" id="label_bg">
<span id="label" style="color: rgba(0, 177, 64, 0); background-color: rgba(0, 177, 64, 0);">19</span>
</div>
<div class="center_field">
<!--<div class="bottom_field">
<span id="labelhelp">click to continue or tap and drag again</span>
</div>-->
</div>
</div>
<div id="selector_div" style="display: none">
<div class="center_field">
</div>
<div class="center_field">
<input type="text" id="set" value="1d20" style="width: 7ex;"><br>
<button id="clear">clear</button>
<button style="margin-left: 0.6em" id="throw">throw</button>
</div>
</div>
<div id="canvas" style="width: 100%; height: 100%;"></div>
<script src="index_files/three.min.js"></script>
<script src="index_files/cannon.min.js"></script>
<script type="text/javascript" src="index_files/teal.js"></script>
<script type="text/javascript" src="index_files/dice.js"></script>
<script type="text/javascript" src="index_files/main.js"></script>
<script type="text/javascript" defer="defer">
dice_initialize(document.body);
</script>
</body></html>