Skip to content
Snippets Groups Projects
Commit 53cc06f9 authored by skranz's avatar skranz
Browse files

add favicon and browser tab title

parent 44477612
No related branches found
No related tags found
1 merge request!37Dev
......@@ -2,6 +2,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="src/res/P&P Manager Logo 512x512px noBG.png">
<link rel="stylesheet" href="src/node_modules/animate.css/animate.css">
<link rel="stylesheet" href="src/node_modules/bootstrap/dist/css/bootstrap.css" integrity="" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css"
......@@ -9,7 +10,7 @@
<link href="https://fonts.googleapis.com/css2?family=Fondamento&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Alegreya:wght@400;500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="src/res/Stylesheet.css">
<title>Main</title>
<title>P&P Manager</title>
<script src="out/main.js"></script>
<style>
</style>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment