|
Revision 757, 0.8 kB
(checked in by aarkerio, 5 weeks ago)
|
|
Easter eggs
|
| Line | |
|---|
| 1 | <html> |
|---|
| 2 | <head> |
|---|
| 3 | <title>::Karamelo e-Learning::</title> |
|---|
| 4 | <style type="text/css"> |
|---|
| 5 | body { |
|---|
| 6 | background-color: #e7e4e4; |
|---|
| 7 | margin: 0px; |
|---|
| 8 | padding: 0px; |
|---|
| 9 | font-size: 10pt; |
|---|
| 10 | font-family: Verdana, Arial; |
|---|
| 11 | min-width:900px; |
|---|
| 12 | } |
|---|
| 13 | a { |
|---|
| 14 | color: #3f5673; |
|---|
| 15 | font-size: 10pt; |
|---|
| 16 | text-decoration:none; |
|---|
| 17 | text-align:left; |
|---|
| 18 | } |
|---|
| 19 | img {border:0;text-align:center;} |
|---|
| 20 | </style> |
|---|
| 21 | </head> |
|---|
| 22 | <body> |
|---|
| 23 | <div style="margin:15px auto 40px auto;padding:17px;border:1px dotted gray;text-align:center;width:450px;background-color: #fff"> |
|---|
| 24 | <a href="http://trac.mononeurona.org"><img src="/img/static/chilpotle-logo.png" alt="Chipotle Software" title="Chipotle Software" /></a> |
|---|
| 25 | <br /> |
|---|
| 26 | <?php echo $content_for_layout; ?> |
|---|
| 27 | <br /> |
|---|
| 28 | Please report bugs to Karamelo developers <a href="http://trac.mononeurona.org/karamelo/newticket">adding a ticket</a>.</div> |
|---|
| 29 | </body> |
|---|
| 30 | </html> |
|---|