Added meta tags
This commit is contained in:
parent
916ff31029
commit
999c77a17d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user