Skip to content

Instantly share code, notes, and snippets.

@stackdump
Last active February 10, 2024 20:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stackdump/641a226933aac20ac7ccdab42ef1890c to your computer and use it in GitHub Desktop.
Save stackdump/641a226933aac20ac7ccdab42ef1890c to your computer and use it in GitHub Desktop.
Run pflow.dev app from CDN
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<title>pflow.dev | metamodel editor</title>
<script defer="defer" src="https://cdn.jsdelivr.net/gh/pflow-dev/pflow-js@1.1.0/p/static/js/main.4602f11c.js"> </script>
<link href="https://cdn.jsdelivr.net/gh/pflow-dev/pflow-js@1.1.0/p/static/css/main.63d515f3.css" rel="stylesheet">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment