mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-05-16 20:26:58 +00:00
issue #44 - SEO: fixed the position of the head tags now they are above the body tags and also added new meta tags too
This commit is contained in:
parent
56c7c319e1
commit
b05e3e1be1
1 changed files with 11 additions and 6 deletions
|
@ -1,16 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<body>
|
||||
<head>
|
||||
<head>
|
||||
<title>Darknet Lantern</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="description" content="Darknet Lantern is a minimalistic Peer to Peer Decentralised Search Engine for the Darknet, that got officially released on the 1st of Febuary 2025." />
|
||||
<meta property="og:site_name" content="Darknet Lantern">
|
||||
<meta property="og:title" content="Darknet Lantern" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="http://lantern.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion" />
|
||||
<meta property="og:image:url" content="http://lantern.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/img/logo-large.png" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<link rel="canonical" href="http://lantern.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion" />
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
<link rel="icon" href="/img/logo-favicon.png">
|
||||
</head>
|
||||
<center>
|
||||
|
||||
|
||||
<body>
|
||||
<div class="width-class">
|
||||
<?php
|
||||
require("header.php");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue