Skip to content

Instantly share code, notes, and snippets.

View bmrinal's full-sized avatar

Mrinal Purohit bmrinal

  • Toronto, Ontario, Canada
View GitHub Profile
@bmrinal
bmrinal / iframesample.html
Created April 20, 2017 10:51
A sample iframe html for testing....
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>iframe Window</title>
<style>
body {
background-color: #D53C2F;
color: white;
}