-
Notifications
You must be signed in to change notification settings - Fork 865
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add init helper, make menu start and stop daemon, display stats, cons…
…ole and browser link
- Loading branch information
Showing
19 changed files
with
46,656 additions
and
630 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<html> | ||
<head> | ||
<title>IPFS Setup</title> | ||
<meta charset='utf-8'/> | ||
<link rel='stylesheet' href='../node_modules/bootstrap/dist/css/bootstrap.css'/> | ||
<link rel='stylesheet' href='../css/common.css'/> | ||
<script src="../js/initialize.js"></script> | ||
</head> | ||
<body> | ||
<div id='header' class='row'> | ||
<div class='col-xs-2'> | ||
<img id='logo' src='../img/logo.png'/> | ||
</div> | ||
<div class='col-xs-7'> | ||
</div> | ||
</div> | ||
<br/> | ||
<div id='initform'></div> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.