diff options
Diffstat (limited to 'demos/personal/protected/Pages/Links.page')
-rw-r--r-- | demos/personal/protected/Pages/Links.page | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/demos/personal/protected/Pages/Links.page b/demos/personal/protected/Pages/Links.page new file mode 100644 index 00000000..2b2e85bc --- /dev/null +++ b/demos/personal/protected/Pages/Links.page @@ -0,0 +1,68 @@ +<com:TContent ID="content"> + <h3>About the Links</h3> + <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod + tincidunt ut laoreet dolore magna erat volutpat.</p> + <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod + tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis + nostrud exercitation consequat. esse molestie consequat, vel willum.</p> + <h4>Top 5</h4> + <dl> + <dt><a href="#">Linked site name</a></dt> + + <dd>A description of the web site goes here.</dd> + <dt><a href="#">Linked site name</a></dt> + <dd>A description of the web site goes here.</dd> + <dt><a href="#">Linked site name</a></dt> + <dd>A description of the web site goes here.</dd> + <dt><a href="#">Linked site name</a></dt> + + <dd>A description of the web site goes here.</dd> + <dt><a href="#">Linked site name</a></dt> + <dd>A description of the web site goes here.</dd> + </dl> + <h4>Cool Site Designs</h4> + <dl> + <dt><a href="#">Linked site name</a></dt> + + <dd>A description of the web site goes here.</dd> + <dt><a href="#">Linked site name</a></dt> + <dd>A description of the web site goes here.</dd> + <dt><a href="#">Linked site name</a></dt> + <dd>A description of the web site goes here.</dd> + <dt><a href="#">Linked site name</a></dt> + + <dd>A description of the web site goes here.</dd> + <dt><a href="#">Linked site name</a></dt> + <dd>A description of the web site goes here.</dd> + </dl> + <h4>Photo Sites</h4> + <dl> + <dt><a href="#">Linked site name</a></dt> + + <dd>A description of the web site goes here.</dd> + <dt><a href="#">Linked site name</a></dt> + <dd>A description of the web site goes here.</dd> + <dt><a href="#">Linked site name</a></dt> + <dd>A description of the web site goes here.</dd> + <dt><a href="#">Linked site name</a></dt> + + <dd>A description of the web site goes here.</dd> + <dt><a href="#">Linked site name</a></dt> + <dd>A description of the web site goes here.</dd> + </dl> + <h4>Resources</h4> + <dl> + <dt><a href="#">Linked site name</a></dt> + + <dd>A description of the web site goes here.</dd> + <dt><a href="#">Linked site name</a></dt> + <dd>A description of the web site goes here.</dd> + <dt><a href="#">Linked site name</a></dt> + <dd>A description of the web site goes here.</dd> + <dt><a href="#">Linked site name</a></dt> + + <dd>A description of the web site goes here.</dd> + <dt><a href="#">Linked site name</a></dt> + <dd>A description of the web site goes here.</dd> + </dl> +</com:TContent>
\ No newline at end of file |