jira-web-components
Version:
A web component library for JiRa
22 lines (16 loc) • 481 B
HTML
<html>
<head>
<meta charset="utf-8">
<link rel='stylesheet' href='../../global.css'>
<link rel='stylesheet' href='../../bundle.css'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.5/css/bulma.css" />
<title>Preview Layout</title>
</head>
<body>
<jira-global-config
cors="http://localhost:4444"
safe="true"></jira-global-config>
<script type="text/javascript" src="../../bundle.js"></script>
</body>
</html>