tscli
Version:
TypeScript CLI project generator
36 lines (27 loc) • 1.82 kB
HTML
<html lang="en">
<head>
<title>TSCLI Test Web page.</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Tachyons uses Normalize to reset basic DOM CSS settings -->
<link rel="stylesheet" href="/node_modules/tachyons/css/tachyons.min.css">
<link rel="stylesheet" href="/node_modules/material-design-lite/material.min.css">
<!-- Bootstrap -->
<!-- Bootstrap use Normalize then has own reboot.css to reset basic DOM CSS settings -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
</head>
<body>
<div class="f2 tc light-blue bg-navy pa2 ">TSCLI - TypeScript Project Generator</div>
<div class="ma2 f4 mid-gray">
Welcome to developing in JavaScript.
</div>
<!-- Load all js files at the end to speed up page rendering -->
<script src="/node_modules/material-design-lite/material.min.js"></script>
</body>
</html>