summaryrefslogtreecommitdiff
path: root/modularpascal.html
diff options
context:
space:
mode:
authorpommicket <leonardomtenenbaum@gmail.com>2016-08-30 15:43:39 -0400
committerpommicket <leonardomtenenbaum@gmail.com>2016-08-30 15:43:39 -0400
commitafff994f985121e89de4b1e3bb509b62eb956e5a (patch)
tree6922c0afb6838accdb174ace803b6d4d144a5c7e /modularpascal.html
parent2dbaaff4929d095c5572675b7477458760f9a6e7 (diff)
Added loading message
Diffstat (limited to 'modularpascal.html')
-rw-r--r--modularpascal.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/modularpascal.html b/modularpascal.html
index 2fb5b6f..2472aaf 100644
--- a/modularpascal.html
+++ b/modularpascal.html
@@ -14,7 +14,7 @@
<p>A picture of Pascal's triangle mod x. This program might be a bit slow.</p>
<script src="js/modularpascal.js"></script>
- x: <input min="1" value="2" type="number" id="mod"><br>
- <button onclick="updateTriangle();">Update</button><br>
+ x: <input min="1" value="2" type="number" id="mod"><br><br>
+ <button class="btn btn-sm btn-primary" onclick="updateTriangle();">Update</button><br>
</body>
</html>