diff options
author | Michael Francis <edude03@gmail.com> | 2011-05-28 13:28:16 -0400 |
---|---|---|
committer | Michael Francis <edude03@gmail.com> | 2011-05-28 13:28:16 -0400 |
commit | 2389d66da849798f8d4ec5f10e3b07c11da49185 (patch) | |
tree | e22556d12982395b469a23420c662662e3e064cc /views/pages/contest.html.php | |
download | otakuhub-2389d66da849798f8d4ec5f10e3b07c11da49185.tar.xz |
Initial Commit
Diffstat (limited to 'views/pages/contest.html.php')
-rw-r--r-- | views/pages/contest.html.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/views/pages/contest.html.php b/views/pages/contest.html.php new file mode 100644 index 0000000..a2ebb73 --- /dev/null +++ b/views/pages/contest.html.php @@ -0,0 +1,10 @@ +<div class="container_12"> +<div class="grid_4"> +<img width="300px" height="300px" src="/img/appletv2.jpeg" alt=""> +</div> +<div class="grid_7"> +<h2 id="tagline">Want a free appleTV 2?</h2> +<p>We're giving one away totally free!</p> +</div> +<br class="cl" /> +</div> |