diff options
author | Simon Ser <contact@emersion.fr> | 2020-03-19 18:03:13 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-03-19 18:03:13 +0100 |
commit | c182fbde6334f07873700d6a487155fb3f493403 (patch) | |
tree | 11089f6315dbc9a21300f546ffa5abb8c09a53c4 /themes/alps/head.html | |
parent | 9eac0b453a21918f7533e78aa0fbb4d07cdbf474 (diff) | |
download | alps-c182fbde6334f07873700d6a487155fb3f493403.tar.gz alps-c182fbde6334f07873700d6a487155fb3f493403.zip |
themes/alps: new theme
Diffstat (limited to 'themes/alps/head.html')
-rw-r--r-- | themes/alps/head.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/themes/alps/head.html b/themes/alps/head.html new file mode 100644 index 0000000..a6f679f --- /dev/null +++ b/themes/alps/head.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta name="theme-color" content="#ffffff"> + <title>Webmail</title> + <link rel="stylesheet" href="/themes/alps/assets/style.css"> + </head> + <body> |