Update 'views/layout.twig'
This commit is contained in:
parent
e43e1b1ab0
commit
4068172c94
1 changed files with 9 additions and 0 deletions
|
@ -4,6 +4,15 @@
|
|||
<title>{{ title }} - Minverse</title>
|
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
|
||||
<link rel='stylesheet' href='/stylesheets/style.css' />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/s/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/s/img/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/s/img/favicon-16x16.png">
|
||||
<link rel="manifest" href="/s/img/site.webmanifest">
|
||||
<link rel="mask-icon" href="/s/img/safari-pinned-tab.svg" color="#5bbad5">
|
||||
<link rel="shortcut icon" href="/s/img/favicon.ico">
|
||||
<meta name="msapplication-TileColor" content="#000000">
|
||||
<meta name="msapplication-config" content="/s/img/browserconfig.xml">
|
||||
<meta name="theme-color" content="#000000">
|
||||
</head>
|
||||
<body>
|
||||
{% block body %}{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue