mirror of
https://github.com/Epicpkmn11/nftr-editor.git
synced 2025-06-18 13:55:35 -04:00
Add SEO and favicon
This commit is contained in:
parent
09c653465e
commit
adc129c931
BIN
favicon.ico
Normal file
BIN
favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
11
index.html
11
index.html
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user