Commit 12928088 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent af4302d4
...@@ -6,7 +6,7 @@ const puppeteer = require('puppeteer'); ...@@ -6,7 +6,7 @@ const puppeteer = require('puppeteer');
await page.setContent( html ); await page.setContent( html );
await page.screenshot({path: 'example.png'}); await page.screenshot({path: 'example.png'});
await browser.close(); // await browser.close();
})(); })();
...@@ -34,7 +34,7 @@ let html='<!DOCTYPE html>\n' + ...@@ -34,7 +34,7 @@ let html='<!DOCTYPE html>\n' +
'<body>\n' + '<body>\n' +
'\n' + '\n' +
'<h2>Responsive Table</h2>\n' + '<h2>Responsive Table</h2>\n' +
'<p>If you have a table that is too wide, you can add a container element with overflow-x:auto around the table, and it will display a horizontal scroll bar when needed.</p>\n' + '<p>If you have a سلامممممم that is too wide, you can add a container element with overflow-x:auto around the table, and it will display a horizontal scroll bar when needed.</p>\n' +
'<p>Resize the 🇨🇳 🇨🇳 🇨🇳 🇨🇳 🇨🇳 window to see the effect. Try to remove the div element and see what happens to the table.</p>\n' + '<p>Resize the 🇨🇳 🇨🇳 🇨🇳 🇨🇳 🇨🇳 window to see the effect. Try to remove the div element and see what happens to the table.</p>\n' +
'\n' + '\n' +
'<div style="overflow-x:auto;">\n' + '<div style="overflow-x:auto;">\n' +
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment