playground using codesandbox

This commit is contained in:
Ken
2019-03-03 20:30:36 -08:00
parent 74aeb5ad4b
commit 7605ff287b
15 changed files with 14 additions and 543 deletions
+14 -1
View File
@@ -1,6 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<style>
html,
body {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div id="app"></div>
<iframe
src="https://codesandbox.io/embed/jp590043k3?fontsize=14"
style="width:100%; height:100vh; border:0; border-radius: 4px; overflow:hidden;"
sandbox="allow-modals allow-forms allow-popups allow-scripts allow-same-origin"
></iframe>
</body>
</html>