VvebOIDC/plugins/test-plugin/public/index.html

28 lines
494 B
HTML

<!DOCTYPE html>
<head data-v-copy-from="blank.html,head">
</head>
<body>
<nav data-v-copy-from="blank.html,body > nav:first">child theme</nav>
<main id="site-content">
<section class="pt-0">
<div class="container">
<h1 class="text-center mb-5">Test plugin page</h1>
<div data-v-copy-from="index.html,[data-v-component-products]"></div>
</div>
</section>
</main>
<footer data-v-copy-from="blank.html,footer"></footer>
</body>
</html>