include dist
This commit is contained in:
parent
3541a10a9b
commit
99a149cdfd
20 changed files with 3299 additions and 1 deletions
16
dist/index.html
vendored
Normal file
16
dist/index.html
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<!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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue