html2canvas/tests/assets/iframe/frame1.html
2014-09-16 20:12:13 +03:00

17 lines
260 B
HTML

<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>frame 1</title>
<style>
body {
background: green;
color: red;
}
</style>
</head>
<body>
this is the content of frame1
</body>
</html>