@teipublisher/pb-components
Version:
Collection of webcomponents underlying TEI Publisher
20 lines (17 loc) • 674 B
HTML
<html>
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes"/>
<title>pb-markdown Demo</title>
<script src="https://cdn.jsdelivr.net/npm/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script><script type="module" src="../pb-components-bundle.js"></script>
</head>
<body>
<pb-demo-snippet>
<template>
<p>
You are using version <pb-version></pb-version> of the TEI Publisher Webcomponents.
</p>
</template>
</pb-demo-snippet>
</body>
</html>