diff options
Diffstat (limited to 't_idea/index.html')
-rw-r--r-- | t_idea/index.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/t_idea/index.html b/t_idea/index.html index b219ba3..afd9787 100644 --- a/t_idea/index.html +++ b/t_idea/index.html @@ -1,9 +1,13 @@ <!DOCTYPE html> - <html lang="en"> +<html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta property="og:title" content="Ideez"/> + <meta property="og:description" content="Ideez is an app that you can storm with ideas, hoping to facilitate plans and brainstorms."/> + <meta property="og:image" content="/static/favicon.ico" /> <link rel="stylesheet" href="/static/main.css"> + <link rel="icon" type="image/x-icon" href="/static/favicon.ico"> <title>Ideas</title> </head> |