diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..7eaf3e2
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,3 @@
+# 0.1.0 (April 4, 2014)
+
+- Initial release!
diff --git a/LICENSE.md b/LICENSE.md
new file mode 100644
index 0000000..a54eb00
--- /dev/null
+++ b/LICENSE.md
@@ -0,0 +1,21 @@
+Copyright (c) Chris Bracco
+
+MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is furnished to do
+so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/README.md b/README.md
index ab85205..c0b7940 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,31 @@
-html5-test-page
-===============
+# HTML5 Test Page - 0.1.0
-A page filled with common HTML elements to be used for testing purposes. Useful when building CSS systems for projects big and small.
+This is a test page filled with common HTML elements to be used to provide visual feedback whilst building CSS systems and frameworks.
+
+I have not been able to find a sufficient test page out there, so I made one.
+
+The HTML elements are loosely categorized as either text, embedded content, or form elements.
+
+## Versioning
+
+Cardinal will be maintained using the [Semantic Versioning](http://semver.org/) guidelines. From here on out, releases will be numbered using the following format:
+
+`major.minor.patch`
+
+* Breaking backwards compatibility increments `major`, while resetting `minor` and `patch`.
+* New code that does not break backwards compatibility increments `minor`, while resetting `patch`.
+* Bug fixes and other small changes increment `patch`.
+
+## Contributing
+
+Do you have ideas or requests? Please [submit an issue](https://github.com/cbracco/html5-test-page/issues/new) here on GitHub. Or, if you are feeling especially motivated, write some code and submit a pull request!
+
+When submitting a pull request, **please checkout a new feature branch, and submit your pull request from it.** Do not submit pull requests from your `master` branch. Please and thank you.
+
+## License
+
+HTML Test Page is licensed under the MIT Open Source license. For more information, see the [LICENSE.md](https://github.com/cbracco/html5-test-page/blob/master/LICENSE.md) file in this repository.
+
+## Colophon
+
+Made by [@cbracco](http://twitter.com/cbracco).
diff --git a/test.html b/test.html
new file mode 100644
index 0000000..4e2a4ed
--- /dev/null
+++ b/test.html
@@ -0,0 +1,270 @@
+
+
+
+
+ HTML5 Test Page
+
+
+
+
+
HTML5 Test Page
+
This is a test page filled with common HTML elements to be used to provide visual feedback whilst building CSS systems and frameworks.
+
+
+
+
+
+
+
Text
+
+
+
+
Headings
+
+
+
+
Heading 1
+
Heading 2
+
Heading 3
+
Heading 4
+
Heading 5
+
Heading 6
+
+
+
+
+
+
+
Paragraphs
+
+
+
A paragraph (from the Greek paragraphos, “to write beside” or “written beside”) is a self-contained unit of a discourse in writing dealing with a particular point or idea. A paragraph consists of one or more sentences. Though not required by the syntax of any language, paragraphs are usually an expected part of formal writing, used to organize longer prose.
+
+
+
+
+
+
+
Blockquotes
+
+
+
+
A block quotation (also known as a long quotation or extract) is a quotation in a written document, that is set off from the main text as a paragraph, or block of text.
+
It is typically distinguished visually using indentation and a different typeface or smaller size quotation. It may or may not include a citation, usually placed at the bottom.
Sample output:This is sample output from a computer program.
+
+
Pre-formatted text
+
+
+P R E F O R M A T T E D T E X T
+! " # $ % & ' ( ) * + , - . /
+0 1 2 3 4 5 6 7 8 9 : ; < = > ?
+@ A B C D E F G H I J K L M N O
+P Q R S T U V W X Y Z [ \ ] ^ _
+` a b c d e f g h i j k l m n o
+p q r s t u v w x y z { | } ~