aboutsummaryrefslogtreecommitdiffstats
path: root/demos/progressbar/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/progressbar/default.html')
-rw-r--r--demos/progressbar/default.html11
1 files changed, 2 insertions, 9 deletions
diff --git a/demos/progressbar/default.html b/demos/progressbar/default.html
index f1d600c4c..d9aeeb130 100644
--- a/demos/progressbar/default.html
+++ b/demos/progressbar/default.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
@@ -19,17 +19,10 @@
</head>
<body>
-<div class="demo">
-
<div id="progressbar"></div>
-</div><!-- End demo -->
-
-
-
<div class="demo-description">
<p>Default determinate progress bar.</p>
-</div><!-- End demo-description -->
-
+</div>
</body>
</html>