Created
March 2, 2010 04:32
-
-
Save apipkin/319137 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style> | |
a:link, | |
a:visited | |
{ | |
color: #0398CA; | |
} | |
span#zf-name | |
{ | |
color: #91BE3F; | |
} | |
div#welcome | |
{ | |
color: #FFFFFF; | |
background-image: url(http://framework.zend.com/images/bkg_header.jpg); | |
width: 600px; | |
height: 400px; | |
border: 2px solid #444444; | |
overflow: hidden; | |
text-align: center; | |
} | |
div#more-information | |
{ | |
background-image: url(http://framework.zend.com/images/bkg_body-bottom.gif); | |
height: 100%; | |
} | |
</style> | |
<div id="welcome"> | |
<h1>Welcome to the <span id="zf-name">Zend Framework!</span></h1> | |
<h3>This is your project's main page</h3> | |
<div id="more-information"> | |
<p><img src="http://framework.zend.com/images/PoweredBy_ZF_4LightBG.png" /></p> | |
<p> | |
Helpful Links: <br /> | |
<a href="http://framework.zend.com/">Zend Framework Website</a> | | |
<a href="http://framework.zend.com/manual/en/">Zend Framework Manual</a> | |
</p> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment