-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathindex.html
29 lines (25 loc) · 1.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<!-- info -->
<title>Axios Actions - bundle endpoints as callable, reusable services</title>
<meta name="description" content="Bundle endpoints as callable, reusable services">
<link rel="shortcut icon" href="src/core/assets/favicon.png">
<!-- social -->
<meta property="og:title" content="Axios Actions">
<meta property="og:description" content="Bundle endpoints as callable, reusable services">
<meta property="og:url" content="https://axios-actions.netlify.com">
<meta property="og:image" content="https://raw.githubusercontent.com/davestewart/axios-actions/master/res/logo-social.png">
<meta name="twitter:card" content="summary_large_image">
<!-- styles -->
<link href="https://fonts.googleapis.com/css?family=Baloo" rel="stylesheet">
</head>
<body class="ready sticky">
<div id="app"></div>
<script src="build.js"></script>
</body>
</html>