14 lines
433 B
HTML
14 lines
433 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="image_demo.css" />
|
|
<link rel="stylesheet" href="/npm/node_modules/materialize-css/dist/css/materialize.min.css">
|
|
<link rel="stylesheet" href="/third_party/github.com/google/material-design-icons/material-icons.css"></head>
|
|
</head>
|
|
<body>
|
|
<image-demo></image-demo>
|
|
|
|
<!--load location for ts_devserver-->
|
|
<script src="/app_bundle.js"></script>
|
|
</body>
|
|
</html>
|