aboutsummaryrefslogtreecommitdiff
path: root/exampleData
diff options
context:
space:
mode:
authorGravatar Rogan Creswick <creswick@gmail.com>2012-10-17 10:32:16 -0700
committerGravatar Rogan Creswick <creswick@gmail.com>2012-10-17 10:32:16 -0700
commit28308f34390cdd6500dda238e2b52018081bff6c (patch)
tree61dfc7ec501946c536b3e20efb1ed0247bb69a7d /exampleData
parentce511cd19b0b9a321aa740d75ef4a41ee57b7345 (diff)
incorporated the new web templates for documentation
Diffstat (limited to 'exampleData')
-rw-r--r--exampleData/basic/headingscss.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/exampleData/basic/headingscss.html b/exampleData/basic/headingscss.html
new file mode 100644
index 0000000..005e908
--- /dev/null
+++ b/exampleData/basic/headingscss.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+ <head></head>
+<body>
+<h1>this heading is not in sentence case</h1>
+<p>
+Sample text
+</p>
+<h2 class="foo">neither is this heading</h2>
+<h1>This heading is in sentence case</h1>
+<p>
+Here's an empty heading:
+</p>
+<h1></h1>
+<h1>This Heading is in Title Case</h1>
+</div>
+</body>
+</html>