Adding title og tag.

This commit is contained in:
sergiotarxz 2022-11-09 17:14:58 +01:00
parent a87eb7969e
commit 773b60b8cf
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
<script src="/js/index.js"></script>
<link rel="stylesheet" href="/css/styles.css"/>
<title><%= title %></title>
<meta property="og:title" content="<%= title %>"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</head>
<body>