ts-mean
Version:
Boilerplate for a TS-MEAN App
17 lines (14 loc) • 401 B
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<title>Hero</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<hero-testapp-root></hero-testapp-root>
</body>
</html>