21 lines
545 B
HTML
21 lines
545 B
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Hierarchical Injector</title>
|
|
<link rel="stylesheet" href="styles.css">
|
|
<script defer src="main.dart" type="application/dart"></script>
|
|
<script defer src="packages/browser/dart.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<!-- #docregion heroes-list -->
|
|
<heroes-list>loading...</heroes-list>
|
|
<!-- #enddocregion heroes-list -->
|
|
|
|
</body>
|
|
</html>
|