mirror of
https://github.com/driftywinds/driftywinds.github.io.git
synced 2025-12-19 19:13:33 +00:00
Minor changes
This commit is contained in:
6
app.html
6
app.html
@@ -100,12 +100,12 @@
|
||||
</div>
|
||||
<div id="source" class="section">
|
||||
<div class="header">
|
||||
<h2>Discover More From</h2>
|
||||
<h2>Discover More On</h2>
|
||||
</div>
|
||||
<a class="container" target="_blank">
|
||||
<div class="row">
|
||||
<p class="row-title">Unknown</p>
|
||||
<p class="row-subtitle">Source</p>
|
||||
<p class="row-title">Hello, World!</p>
|
||||
<p class="row-subtitle">The quick brown fox jumps over the lazy dog.</p>
|
||||
</div>
|
||||
<i class="bi bi-arrow-up-right-square"></i>
|
||||
</a>
|
||||
|
||||
@@ -178,6 +178,7 @@ a {
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin: 0.55em 0;
|
||||
}
|
||||
|
||||
#source .row>.row-title {
|
||||
|
||||
@@ -233,7 +233,7 @@ function main(json) {
|
||||
const sourceSubtitle = source.querySelector(".row-subtitle");
|
||||
sourceTitle.innerText = json.name;
|
||||
sourceContainer.href = `index.html?source=${sourceURL}`;
|
||||
sourceSubtitle.innerText = json.description ?? "A cool AltStore source.";
|
||||
sourceSubtitle.innerText = json.description ?? "Tap to get started";
|
||||
}
|
||||
|
||||
function exit() {
|
||||
|
||||
Reference in New Issue
Block a user