<html lang="en"> | |
<head> | |
<meta charset="utf-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<link href="output.css" rel="stylesheet" type="text/css"> | |
<link href="dist/output.css" rel="stylesheet" type="text/css"> | |
<link rel="icon" href="/favicon.ico" sizes="32x32"> | |
<link rel="icon" href="/icon.svg" type="image/svg+xml"> | |
<link rel="apple-touch-icon" href="/apple-touch-icon.png"><!-- 180×180 --> | |
<link rel="manifest" href="/manifest.webmanifest"> | |
<title>SamGIS</title> | |
</head> | |
<body> | |
<div id="root_samgis"></div> | |
<script type="module" src="/src/samgis.ts"></script> | |
</body> | |
</html> | |