-
Notifications
You must be signed in to change notification settings - Fork 36
/
index.html
29 lines (23 loc) · 1.22 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html>
<head>
<meta
http-equiv="Refresh"
content="0; url=https://devonfw.com/website/pages/welcome/welcome.html"
/>
<!-- ******** SOCIAL MEDIA META ********** -->
<meta name="title" property="og:title" content="devonfw website">
<meta property="og:type" content="website">
<meta name="image" property="og:image" content="https://devonfw.com/images/devonfwwebsite.png">
<meta name="description" property="og:description" content="devonfw is the standard open source software development platform; Serving the full Software Delivery Life Cycle.">
<meta property="og:url" content="https://devonfw.com/index.html">
<meta name="twitter:title" content="devonfw website">
<meta name="twitter:description" content="devonfw is the standard open source software development platform; Serving the full Software Delivery Life Cycle.">
<meta name="twitter:image" content="https://devonfw.com/images/devonfwwebsite.png">
<meta name="twitter:card" content="summary_large_image">
<!-- ************************************* -->
</head>
<body>
<p>Please follow <a href="https://devonfw.com/website/pages/welcome/welcome.html">this link</a>.</p>
</body>
</html>