Here are the Confluence output of

<script type="text/javascript">    var metas = document.getElementsByTagName('meta');
    for (var i = 0; i < metas.length; i++) { // loop through all the meta tags
        var metaName = metas[i].name; // grab all the meta tag's name attributes
        document.write(metas[i].name + ": " + metas[i].content + "<br>");
        };
</script>

 

 

  • Ingen etiketter