ts-to-html
Version:
TS and SASS compiler for a HTML with live preview
23 lines (16 loc) • 477 B
HTML
<html lang="en">
<head>
<title>Document</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="%PUBLIC_URL%/style.css">
</head>
<body>
<h1>My Website in TS</h1>
<noscript>
Please, consider enabling JavaScript to run this app properly.
</noscript>
</body>
</html>