19 lines
761 B
PHP
19 lines
761 B
PHP
<!-- Place <div> tag where you want the feed to appear -->
|
|
<div id="curator-feed-default-feed-layout"><a href="https://curator.io" class="crt-logo crt-tag">Powered by Curator.io</a></div>
|
|
|
|
<!-- The Javascript can be moved to the end of the html page before the </body> tag -->
|
|
<script type="text/javascript">
|
|
/* curator-feed-default-feed-layout */
|
|
(
|
|
function() {
|
|
var i, e, d = document,
|
|
s = "script";
|
|
i = d.createElement("script");
|
|
i.async = 1;
|
|
i.charset = "UTF-8";
|
|
i.src = "https://cdn.curator.io/published/36d1b1bd-2ad0-489e-a312-85cb8716f500.js";
|
|
e = d.getElementsByTagName(s)[0];
|
|
e.parentNode.insertBefore(i, e);
|
|
}
|
|
)();
|
|
</script> |