UNPKG

gulp-lazy-pipelines

Version:

gulp lazy pipelines for frontend development

23 lines 915 B
<!DOCTYPE html> <html lang="en" prefix="og: http://ogp.me/ns#"> <head> <title>Test</title> <meta charset="utf-8"> <meta name="viewport" content="initial-scale=1.0, user-scalable=yes, width=device-width"> <meta name="description" content="Random stuff"> <meta name="author" content="Analogika Kft."> <!-- Open Graph data--> <meta property="og:title" content="Test"> <meta property="og:determiner" a> <meta property="og:type" content="website"> <!-- The name of the larger website--> <meta property="og:site_name" content="Random stuff"> <meta property="og:description" content="Random stuff"> <!-- An image url wich will represent the object in the graph and on the twitter card--> <meta property="og:locale" content="en_US"> </head> <body> <header>my hands are typing words...</header> <div class="container">Random stuff</div> </body> </html>