This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
nodejs-razor/source/abc.blade.php.js

6 lines
443 B
JavaScript
Raw Normal View History

2022-10-25 01:00:01 +03:00
output.push("<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n <meta charset=\"UTF-8\">\r\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\r\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n <title>\r\n ");
output.push( "Merhaba" );
output.push("\r\n </title>\r\n</head>\r\n<body>\r\n ");
output.push("<!-- imported \"merhaba\"--->");
output.push("\r\n</body>\r\n</html>");