summaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-08-27 17:42:50 +0200
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-23 10:05:45 +0200
commit2c42e9488771070d8efec5d91835cd8c7885f4b1 (patch)
tree63efba6438169ba4f74940cbdba72ad5d2396773 /public/index.html
parentd22fa82e50d8ac540584659225c1c113d939251b (diff)
Restyle navbar and use across entire site
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html11
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">