Skip to content

Instantly share code, notes, and snippets.

@davidedelpapa
Created July 25, 2020 13:10
Show Gist options
  • Save davidedelpapa/4865b9539870a1eb9655c7a703c32b03 to your computer and use it in GitHub Desktop.
Save davidedelpapa/4865b9539870a1eb9655c7a703c32b03 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<title>Yew Tutorial</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="https://unpkg.com/picnic" />
<script src="/pkg/bundle.js" defer></script>
<style>
.main {
max-width: 800px;
margin: auto;
}
.card-body {
margin: auto;
}
</style>
</head>
<body></body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment