aboutsummaryrefslogtreecommitdiff
path: root/dom
diff options
context:
space:
mode:
authorRaindropsSys <raindrops@equestria.dev>2024-06-29 20:59:16 +0200
committerRaindropsSys <raindrops@equestria.dev>2024-06-29 20:59:16 +0200
commit914bcbb474f6f186c212b2da0d9d864b5e75d8e4 (patch)
treeb77a3e341f87e7a9c4ad9e1f9d4928f5b2495329 /dom
parent1c94bd658c2469f9ca9f465db82e71b6f7d2bfe8 (diff)
downloadfaunerie-914bcbb474f6f186c212b2da0d9d864b5e75d8e4.tar.gz
faunerie-914bcbb474f6f186c212b2da0d9d864b5e75d8e4.tar.bz2
faunerie-914bcbb474f6f186c212b2da0d9d864b5e75d8e4.zip
Rename to Faunerie
Diffstat (limited to 'dom')
-rwxr-xr-xdom/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/dom/index.html b/dom/index.html
index 7b090b3..4239a1d 100755
--- a/dom/index.html
+++ b/dom/index.html
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
- <title>Prisbeam</title>
+ <title>Faunerie</title>
<link rel="stylesheet" href="../bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="./app.css">
<script src="../bootstrap/bootstrap.bundle.min.js"></script>
@@ -13,7 +13,7 @@
<div class="modal-content">
<div class="modal-body">
<div id="derpibooru-login-initial">
- <p>Log into your Derpibooru account on Prisbeam to access your filters, watched tags, and more. All the information about your Derpibooru account is encrypted and stored securely on your own device.</p>
+ <p>Log into your Derpibooru account on Faunerie to access your filters, watched tags, and more. All the information about your Derpibooru account is encrypted and stored securely on your own device.</p>
<div style="display: grid; grid-template-columns: 1fr 2fr; grid-column-gap: 10px; grid-row-gap: 5px;">
<div style="display: flex; align-items: center;">
<label for="derpibooru-email" class="col-form-label">Email address:</label>
@@ -96,7 +96,7 @@
<div style="text-align: center;">
<a class="fancy-btn" id="logo" onclick="instance.actions.goHome();" href="#" style="padding: 5px 10px; display: inline-block; color: white; text-decoration: none; -webkit-app-region: no-drag;">
<img alt="Logo" src="../logo/logo.png" style="width: 32px; height: 32px; border-radius: 5px; vertical-align: middle;">
- <span>&nbsp;Prisbeam</span>
+ <span>&nbsp;Faunerie</span>
</a>
</div>
<input tabindex="-1" autocomplete="false" autocapitalize="off" spellcheck="false" onblur="instance.dataStore.lastPress = new Date().getTime() - 5000; instance.dataStore.needUpdate = true;" onkeyup="instance.dataStore.lastPress = new Date().getTime(); instance.dataStore.needUpdate = true;" class="form-control" placeholder="Search in your images..." id="search" style="-webkit-app-region: no-drag;">