Follow along with the video below to see how to install our site as a web app on your home screen.
Бележка: This feature may not be available in some browsers.
$sait = "http://tvoqsait.com/";
CREATE TABLE `urls` (
`id` int(12) NOT NULL auto_increment,
`code` VARCHAR(255) NOT NULL,
`page` VARCHAR(255) NOT NULL,
UNIQUE KEY(`id`)
);