forked from APCSLowell/Dice
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 685 Bytes
/
index.html
File metadata and controls
21 lines (21 loc) · 685 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>Trevor Choy Dice</title>
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="styles.css">
<script src="processing.js"></script>
</head>
<body>
<header>
<h1>Dice Roller by Trevor Choy</h1>
</header>
<section id="content">
<canvas id="Dice" data-processing-sources="Dice.pde">
</canvas>
</section>
<footer>
Make up to 4 sections using the buttons at the bottom of the screen. Each section can roll any number from 1 - 100 dice. Sections can be rerolled independently or all together.
</footer>
</body>
</html>