Browse Source

item scope

hotfix/class_typo
Dslak 5 years ago
parent
commit
525d3a7660
  1. 4
      src/index.html

4
src/index.html

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>DslakWebsite</title>
<title>Dslak | New-media arts</title>
<base href="/">
<meta name="viewport" content="width=device-width, user-scalable=no,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
<link rel="icon" type="image/x-icon" href="assets/images/favicon.png">
@ -18,7 +18,7 @@
</script>
</head>
<body>
<body itemscope itemtype="https://schema.org/WebPage">
<app-root></app-root>
</body>
</html>

Loading…
Cancel
Save