Simple and boring static site generator
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.
 
 
 

12 lines
291 B

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>'