angular-docs-cn/aio/content/examples/set-document-title/src/index.html

22 lines
361 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<base href="/">
<title>
Setting The Document Title Using The Title Service
</title>
</head>
<body>
<h1>
Setting The Document Title Using The Title Service
</h1>
<app-root></app-root>
</body>
</html>