Αυτό το commit περιλαμβάνεται σε:
infl00p 2024-02-09 16:48:50 +02:00
γονέας e2f15f100d
commit bf9b29d51f
26 αρχεία άλλαξαν με 498 προσθήκες και 517 διαγραφές

@ -1,20 +1,19 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<html lang="el" data-bs-theme="auto">
<head>
<base href="">
<title>{{ .Title }} | HELLUG </title>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
<meta name="robots" content="index, follow" />
<meta name="description" content="Hellug Official" />
<meta name="keywords" content="Hellug" />
<meta charset="utf-8" >
<meta name="robots" content="index, follow" >
<meta name="description" content="Hellug Official Website" >
<meta name="keywords" content="Hellug" >
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link href="/static/css/bootstrap.min.css" rel="stylesheet" />
<link href="/static/css/hellug.css" rel="stylesheet" />
<script type="text/javascript" src="/static/js/jquery-1.12.4.min.js"></script>
<script src="/static/js/bootstrap.min.js"></script>
<link href="/css/bootstrap.min.css" rel="stylesheet" />
<!-- <link href="/static/css/hellug.css" rel="stylesheet" /> -->
{{ range .AlternativeOutputFormats -}}
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{ end -}}
<base href="">
</head>
<body id="main">
<body>
<script src="/js/bootstrap.bundle.min.js"></script>