Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dimnov committed Aug 12, 2023
1 parent 57a8e41 commit e9cf015
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
<!doctype html>
<html lang="en" data-critters-container>

<head>
<meta charset="utf-8">
<title>AngularProject</title>
<base href="/angular-project">
<base href="/angular-project/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="styles.ef46db3751d8e999.css"></head>
<link rel="stylesheet" href="styles.ef46db3751d8e999.css">
</head>

<body>
<app-root></app-root>
<script src="runtime.19496e7ecc6c6e90.js" type="module"></script><script src="polyfills.af369af4f242031c.js" type="module"></script><script src="main.6b7d7b3e677dd19a.js" type="module"></script></body>
</html>
<script src="runtime.19496e7ecc6c6e90.js" type="module"></script>
<script src="polyfills.af369af4f242031c.js" type="module"></script>
<script src="main.6b7d7b3e677dd19a.js" type="module"></script>
</body>

</html>

0 comments on commit e9cf015

Please sign in to comment.