Skip to content

Instantly share code, notes, and snippets.

@raghava
Created September 30, 2020 04:48
Show Gist options
  • Save raghava/69fff7e1ff6237158a88048ecf53671f to your computer and use it in GitHub Desktop.
Save raghava/69fff7e1ff6237158a88048ecf53671f to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Form Submission</title>
<style>
body {
background-color: #f6f6f6;
font-family: sans-serif;
-webkit-font-smoothing: antialiased;
font-size: 14px;
line-height: 1.4;
margin: 0;
padding: 0;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
</head>
<body>
<div style="width: 600px; margin: auto; border: 1px solid silver; padding: 20px; margin-top: 50px; background-color: white;">
{{ content }}
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment