Files
frontend-bootcamp/playground/index.html
2019-03-03 20:30:36 -08:00

20 lines
430 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
html,
body {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<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>