UNPKG

kiss-cli

Version:

Keep It Stupid Simple - An agnostic file snippets :kiss:

34 lines (26 loc) 858 B
<!DOCTYPE html> <html lang="fr"> <head> <title></title> <meta charset="utf-8" /> <meta http-equiv="x-ua-compatible" content="ie=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no" /> <!-- styles --> <!-- <link rel="stylesheet" href="" /> --> </head> <body> <div class="before-body"> <!--[if lt IE 7]> <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--> </div> <div class=""> <!-- content --> <h1>Hello World!</h1> </div> <div class="after-body"> <!-- scripts --> <!-- <script type="text/javascript" src="" ></script> --> </div> </body> </html>