17 lines
821 B
HTML
17 lines
821 B
HTML
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title>Todo List App</title>
|
||
|
<base href="/todo/">
|
||
|
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||
|
|
||
|
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> -->
|
||
|
<link rel="stylesheet" href="styles.94cbb15e29a9a9404b9f.css"></head>
|
||
|
<body>
|
||
|
<app-root></app-root>
|
||
|
<script type="text/javascript" src="runtime.26209474bfa8dc87a77c.js"></script><script type="text/javascript" src="polyfills.56fd1fcfd47ddae37ad3.js"></script><script type="text/javascript" src="main.f40ba365dbb9d9bea7cf.js"></script></body>
|
||
|
</html>
|