Added meta tags

This commit is contained in:
Max Nuding 2021-11-26 21:02:49 +01:00
parent 916ff31029
commit 999c77a17d
Signed by: phlaym
GPG Key ID: A06651BAB6777237

View File

@ -7,7 +7,13 @@ use PhotoPrismUpload\API\PhotoPrism;
?>
<html>
<head>
<meta charset="UTF-8">
<meta name="color-scheme" content="dark light">
<title>Photoprism Upload</title>
<meta name="description" content="Eine Seite um Photos zur Photoprism Instanz hochzuladen">
<meta name="author" content="Max Nuding">
<meta http-equiv="robots" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
::root {
background-color: white;