diff options
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html index b9560c37..065185d3 100644 --- a/public/index.html +++ b/public/index.html @@ -7,10 +7,21 @@ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="theme-color" content="#000000"> + <!-- Standard meta tags --> <meta name="description" content="Collaborative Datacenter Simulation and Exploration for Everybody"> <meta name="author" content="Alexandru Iosup, Leon Overweel, Georgios Andreadis, Matthijs Bijman"> <meta name="keywords" content="OpenDC, Datacenter, Simulation, Simulator, Collaborative, Distributed, Cluster"> + <!-- OpenGraph meta tags --> + <meta property="og:title" content="OpenDC: Collaborative Datacenter Simulation and Exploration for Everybody"> + <meta property="og:type" content="website"> + <meta property="og:image" content="/img/logo.png"> + <meta property="og:url" content="/"> + <meta property="og:description" + content="OpenDC provides collaborative online datacenter modeling, diverse and effective datacenter + simulation, and exploratory datacenter performance feedback."> + <meta property="og:locale" content="en_US"> + <link rel="manifest" href="/manifest.json"> <link rel="shortcut icon" href="/favicon.ico"> |
