add examples readme and add title to example apps

This commit is contained in:
Rene Haas
2022-11-25 11:52:55 +01:00
parent a89d4a7921
commit 2122378a5e
6 changed files with 39 additions and 16 deletions
+11 -11
View File
@@ -1,13 +1,13 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Example</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<app-root></app-root>
</body>
<head>
<meta charset="utf-8" />
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<title>OverlayScrollbars & Angular</title>
</head>
<body>
<app-root></app-root>
</body>
</html>