@ryusei/code
Version:
<div align="center"> <a href="https://code.ryuseijs.com"> <img alt="RyuseiCode" src="https://code.ryuseijs.com/images/svg/logo.svg" width="70"> </a>
48 lines (45 loc) • 1.9 kB
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<title>XML</title>
<link href="../../../../dist/css/themes/ryuseicode-ryusei.min.css" rel="stylesheet">
</head>
<body style="margin: 1em ">
<pre id="code">
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://thepopp.com/wp-content/themes/thepopp/lib/vendor/stellarpress/xml-sitemap/src/assets/sitemap-index.xsl"?>
<sitemapindex
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9"
>
<sitemap>
<loc>https://thepopp.com/sitemap-misc.xml</loc>
<lastmod>2020-06-04T22:05:11+00:00</lastmod>
</sitemap>
<sitemap>
<loc>https://thepopp.com/sitemap-post-2020.xml</loc>
<lastmod>2020-06-01T21:09:09+00:00</lastmod>
</sitemap>
<sitemap>
<loc>https://thepopp.com/sitemap-post-2019.xml</loc>
<lastmod>2020-01-23T07:58:59+00:00</lastmod>
</sitemap>
<sitemap>
<loc>https://thepopp.com/sitemap-page.xml</loc>
<lastmod>2020-01-21T05:04:47+00:00</lastmod>
</sitemap>
<sitemap>
<loc>https://thepopp.com/sitemap-category.xml</loc>
<lastmod>2020-06-04T22:05:11+00:00</lastmod>
</sitemap>
</sitemapindex></pre>
<script src="../../../../dist/js/ryuseicode-extensions.min.js"></script>
<script src="../../../../dist/js/languages/xml.min.js"></script>
<script>
new RyuseiCode( { language: 'xml' } ).apply( '#code' );
</script>
</body>
</html>