-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8844b99
commit 4264b2c
Showing
3 changed files
with
74 additions
and
7 deletions.
There are no files selected for viewing
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,42 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<title>About</title> | ||
<meta charset="UTF-8" /> | ||
<meta http-equiv="Content-Type" content="text/html" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimal-ui" /> | ||
<script>if (typeof module === 'object') { window.module = module; module = undefined; }</script><!-- solve the electron-jquery conflict --> | ||
<script src="res/lib/jquery-3.3.1.min.js"></script> | ||
<script src="res/lib/bootstrap.min.js"></script> | ||
<link rel="stylesheet" type="text/css" href="res/lib/bootstrap.min.css" /> | ||
<link rel="stylesheet" type="text/css" href="style.css" /> | ||
</head> | ||
|
||
<body> | ||
<div class="d-flex mx-auto justify-content-center align-items-center text-dark" id="main"> | ||
<div id="controller"> | ||
<a href="javascript:window.close()" class="small rest">X</a> | ||
</div> | ||
<div id="about"> | ||
<p class="lead rest">wnr</p> | ||
<p class="small text-muted"> | ||
<script>document.write("v" + require("./package.json").version)</script> | ||
</p> | ||
<p class="small"> | ||
<a href="javascript:require('electron').shell.openExternal(require('./package.json').homepage)">Homepage</a> | | ||
<a href="javascript:require('electron').shell.openExternal('https://github.com/RoderickQiu/wnr/')">GitHub</a> | | ||
<a href="javascript:require('electron').shell.openExternal('https://github.com/RoderickQiu/wnr/issues/')">Issues</a> | | ||
<a href="javascript:require('electron').shell.openExternal(require('./package.json').helppage)">Help</a> | ||
</p> | ||
<hr /> | ||
<p class="small"> | ||
© 2019 | ||
<a href="javascript:require('electron').shell.openExternal('https://roderickqiu.scris.top/')" class="rest">Roderick | ||
Qiu</a>. | ||
</p> | ||
</div> | ||
</div> | ||
</body> | ||
|
||
</html> |
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