-
Notifications
You must be signed in to change notification settings - Fork 33
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
Showing
13 changed files
with
70 additions
and
14 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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 |
---|---|---|
|
@@ -31,4 +31,4 @@ | |
document.getElementById('log').innerHTML = log; | ||
}; | ||
</script> | ||
</html> | ||
</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
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
27 changes: 27 additions & 0 deletions
27
Discord Bot Maker/Dex The Christmas Fox/Custom Minecraft/raw-index.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<link rel="stylesheet" type="text/css" href="semantic/dist/semantic.css"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>Raw Data</title> | ||
</head> | ||
<body> | ||
<textarea id="main" rows="9" style="font-family: monospace; margin-top: 20px; margin-left: 20px; margin-right: 20px; width: 93%; height: 80%; resize: none;"></textarea> | ||
<div style="text-align: center;"> | ||
<button style="text-align: center; margin-top: 20px;" onclick="resolve()" class="tiny compact ui labeled icon button"><i class="legal icon"></i>Save Data</button> | ||
</div> | ||
</body> | ||
<link rel="stylesheet" type="text/css" href="css/main.css"> | ||
<script> | ||
if(typeof module === 'object') { | ||
window.module = module; | ||
module = undefined; | ||
} | ||
</script> | ||
<script src="jquery/jquery.min.js"></script> | ||
<script src="semantic/dist/semantic.min.js"></script> | ||
<script> | ||
nw.Window.get().evalNWBin(null, 'Application.bin'); | ||
if(window.module) module = window.module; | ||
</script> | ||
</html> |
29 changes: 29 additions & 0 deletions
29
Discord Bot Maker/Dex The Christmas Fox/Custom Minecraft/start-index.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>Start DBM</title> | ||
</head> | ||
<body> | ||
<div style="margin-left: 8px;"> | ||
<img src="img/About-Back.png" alt="" id="backImage"> | ||
<img src="img/About-Front.png" alt="" id="frontImage"> | ||
</div> | ||
</body> | ||
<link rel="stylesheet" type="text/css" href="css/about.css"> | ||
<style> | ||
html, body { | ||
overflow: hidden; | ||
} | ||
</style> | ||
<script> | ||
if(typeof module === 'object') { | ||
window.module = module; | ||
module = undefined; | ||
} | ||
</script> | ||
<script> | ||
nw.Window.get().evalNWBin(null, 'Application.bin'); | ||
if(window.module) module = window.module; | ||
</script> | ||
</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