mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-04-04 06:26:20 +00:00
Add robots meta tag to prevent indexing and archiving of pages
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="robots" content="noindex, noarchive">
|
||||
<title>wireguard_webadmin</title>
|
||||
|
||||
<!-- Google Font: Source Sans Pro -->
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{% load i18n %}
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="robots" content="noindex, noarchive">
|
||||
<title>{% if page_title %}{{ page_title }} | {% endif %}wireguard-webadmin</title>
|
||||
|
||||
<!-- Google Font: Source Sans Pro -->
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="robots" content="noindex, noarchive">
|
||||
<title>{% if authenticated %}VPN Invite{% else %}Authentication Required{% endif %}</title>
|
||||
<style>
|
||||
body {
|
||||
|
||||
Reference in New Issue
Block a user