mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-04-04 14:36:18 +00:00
Add robots meta tag to prevent indexing and archiving of pages
This commit is contained in:
@@ -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