webdash-readme-preview
Version:
Preview your README.md straight from the dashboard
34 lines (29 loc) • 1.19 kB
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
<title>empty-state-webdash demo</title>
<script src="../../webcomponentsjs/webcomponents-loader.js"></script>
<link rel="import" href="../../iron-demo-helpers/demo-pages-shared-styles.html">
<link rel="import" href="../../iron-demo-helpers/demo-snippet.html">
<link rel="import" href="../empty-state-webdash.html">
<custom-style>
<style is="custom-style" include="demo-pages-shared-styles">
</style>
</custom-style>
</head>
<body>
<div class="vertical-section-container centered">
<h3>Basic empty-state-webdash demo</h3>
<demo-snippet>
<template>
<empty-state-webdash title="No Web App Manifest found">
Check out
<a href="https://developer.mozilla.org/en-US/docs/Web/Manifest" target="_blank" rel="nofollower">MDN Web Docs</a> to create a Web App Manifest or update the manifestPath in webdash.json.
</empty-state-webdash>
</template>
</demo-snippet>
</div>
</body>
</html>