mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
20 lines
430 B
HTML
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>
|