You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
291 B
13 lines
291 B
3 months ago
|
echo '</div>'
|
||
|
echo '<div class="rightcolumn">'
|
||
|
echo ' <div class="card">'
|
||
|
echo ' <h2>Who Am I</h2>'
|
||
|
echo " <p>$DESC</p>"
|
||
|
echo ' </div>'
|
||
|
echo ' <div class="card">'
|
||
|
echo ' <h2>Subscribe To The Feed!</h2>'
|
||
|
echo ' <a href=/rss.xml>Subscribe!</a>'
|
||
|
echo ' </div>'
|
||
|
echo '</div>'
|
||
|
echo '</html>'
|