-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…2024 Merge changes from BRC 2024
- Loading branch information
CI Builder
committed
Sep 25, 2024
1 parent
897a847
commit 4e9185b
Showing
8 changed files
with
75 additions
and
10 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 |
---|---|---|
@@ -1 +1 @@ | ||
Build 2890 at Sun 22 Sep 2024 01:16:10 AM UTC. | ||
Build 2897 at Wed 25 Sep 2024 07:42:59 PM UTC. |
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,46 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, user-scalable=no" /> | ||
<title>Admin | sparklemotion</title> | ||
<link rel="icon" href="../favicon.png"/> | ||
<link rel="stylesheet" href="../styles.css"/> | ||
<link rel="stylesheet" href="../fontawesome-free/css/all.min.css"/> | ||
</head> | ||
<body class="sparklemotion-admin"> | ||
<div id="content"> | ||
<div style=" | ||
background: white; | ||
color: black; | ||
font-family: 'Press Start 2P', monospace; | ||
border: 2px solid black; | ||
display: flex; | ||
margin: auto; | ||
padding: 1em; | ||
height: 150px; | ||
align-items: center; | ||
"> | ||
<img style="transform: scale(.5);" src="../loading.gif" alt=""/> | ||
<div id="_patience_" style="padding-right: 5em;">Patience...</div> | ||
</div> | ||
</div> | ||
|
||
<script type="application/javascript"> | ||
document.resourcesBase = ".."; | ||
document.sparklemotionMode = "MIDIUi"; | ||
|
||
(function () { | ||
function loadJs(path) { | ||
let el = document.createElement("script"); | ||
el.setAttribute("src", path); | ||
document.head.appendChild(el); | ||
} | ||
|
||
setTimeout(function () { | ||
loadJs("../sparklemotion.js"); | ||
}); | ||
})(); | ||
</script> | ||
</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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
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
Large diffs are not rendered by default.
Oops, something went wrong.