Add SEO and favicon

This commit is contained in:
Pk11 2020-03-18 18:46:57 -05:00
parent 09c653465e
commit adc129c931
2 changed files with 11 additions and 0 deletions

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -5,6 +5,17 @@
<title>NFTR Editor</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="css/style.css">
<!-- SEO begin -->
<meta property="og:title" content="NFTR Editor">
<meta property="og:locale" content="en_US">
<meta name="description" content="A website to help make editing nftr files easier.">
<meta property="og:description" content="A website to help make editing nftr files easier.">
<link rel="canonical" href="https://pk11.us/nftr-editor">
<meta property="og:url" content="https://pk11.us/nftr-editor">
<meta property="og:site_name" content="NFTR Editor">
<meta property="og:image" content="https://pk11.us/nftr-editor/favicon.ico">
<!-- SEO end -->
</head>
<body>
<nav class="navbar navbar-expand-sm navbar-light bg-light">