1

Update index.php

This commit is contained in:
Evan Pratten 2017-09-11 19:49:06 -04:00 committed by GitHub
parent 287d7799e8
commit f0b0916b1b

View File

@ -52,7 +52,12 @@
<div class="interior-content" style="min-height: 804px;">
<div class="body-col1">
<div class="body-col1-content">
<h1>RetryLife</h1>
<a href="https://twitter.com/retrylife_music" class="twitter-follow-button" data-show-count="false">Follow @retrylife_music</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
<a href="https://twitter.com/ewpratten" class="twitter-follow-button" data-show-count="false">Follow @ewpratten</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
<a href="https://twitter.com/nsdesjardins345" class="twitter-follow-button" data-show-count="false">Follow @nsdesjardins345</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
<div class="body-col2 page-feed">
@ -79,7 +84,12 @@
echo ' src="';
echo $json{src}; echo '" href="';
echo $json{href};
echo '" width=100%></li>';
echo '" width=100%>';
echo $json{body};
echo '</';
echo $json{type};
echo '>';
echo '</li>';
}
?>