forked from oracle/helidon-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (25 loc) · 1.12 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
<!DOCTYPE html>
<!--
~ Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved.
-->
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="description" content="Java libraries crafted for Microservices">
<meta name="keywords" content="helidon, java, microservices, microprofile, guides">
<meta property="og:url" content="https://helidon.io" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Helidon Project" />
<meta property="og:description" content="Java libraries crafted for Microservices" />
<meta property="og:image" content="https://helidon.io/static/img/unfurl_logo.png" />
<title>Helidon Project</title>
<link rel="icon" href="./static/img/favicon.png">
<link href="https://use.fontawesome.com/releases/v5.11.2/css/all.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons' rel="stylesheet">
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>