-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (46 loc) · 1.85 KB
/
index.html
File metadata and controls
50 lines (46 loc) · 1.85 KB
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
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Graviton Import/Export tool</title>
<link href="//comstrap-cdn.scapp.io/css/comstrap.min.css" rel="stylesheet" type="text/css">
<link href="//comstrap-cdn.scapp.io/css/comstrap-theme.min.css" rel="stylesheet" type="text/css">
<style>
code {
color: #015;
background-color: #d9edf7
}
</style>
</head>
<body style="margin-top:70px">
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand">
<img src="//comstrap-cdn.scapp.io/img/sc_logo.png" alt="">
</a>
</div>
</div>
</nav>
<div class="container-fluid">
<div class="row">
<div class="col-cs-12">
<h1>Graviton Import/Export</h1>
<p>
The <code>graviton-import-export.phar</code> tool helps you import and export data from a graviton server using the command line.
</p>
<p>
<a class="btn btn-primary btn-lg" href="graviton-import-export.phar">
<span class="picto-present"></span>
Download graviton-import-export.phar now
</a>
</p>
<p>
See <a href="https://github.com/libgraviton/import-export">the repo</a> for more information.
</p>
</div>
</div>
</div>
<script src="//comstrap-cdn.scapp.io/js/comstrap.min.js"></script>
</body>
</html>