mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-26 08:17:49 +01:00
Add meta tag to FAQ
This commit is contained in:
parent
d93c9ead11
commit
7a5fae90a4
1 changed files with 3 additions and 0 deletions
3
faq.html
3
faq.html
|
@ -2,6 +2,9 @@
|
|||
|
||||
<head>
|
||||
<title>Frequently Ask Question</title>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="shortcut icon" type="image/png" href="assets/favicon.png" />
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"
|
||||
integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" crossorigin="anonymous">
|
||||
|
|
Loading…
Reference in a new issue