-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
41 lines (39 loc) · 1.43 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
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html class="w-100 h-100 mw-100">
<head>
<meta
name="description"
content="Reference of Hydra API"
/>
<meta name="robots" content="index,follow" />
<meta property="og:title" content="Hydra Functions" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://hydra.ojack.xyz/" />
<meta
property="og:description"
content="Reference of Hydra API"
/>
<!-- <meta
property="og:image"
content=""
/> -->
<meta name="twitter:card" content="summary" />
<title>Hydra Functions</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link
href="https://fonts.googleapis.com/css?family=Chivo:300,400,700"
rel="stylesheet"
/>
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&display=swap" rel="stylesheet">
<!-- <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap" rel="stylesheet"> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="stylesheet" href="./css/global.css"/>
<link rel="stylesheet" href="./css/tachyons.css"/>
<link rel="stylesheet" href="./css/fontawesome-all.min.css"/>
<link href="css/themes/prism-funky.css" rel="stylesheet" />
<meta charset="utf-8">
</head>
<body>
<script type="module" src="./index.js"></script>
</body>
</html>