mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
17 lines
260 B
HTML
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>
|