aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Pooley (@zuedev) <zuedev@gmail.com>2026-07-26 14:30:04 +0100
committerAlex Pooley (@zuedev) <zuedev@gmail.com>2026-07-26 14:30:04 +0100
commitc4a9d754d006e5ed31439b39033fb7ba63151893 (patch)
treef884b8e4e4eecd52a86e21b53d0601f58848b0c1
parent378c91a12be58c24940fd4589bc66edebc24bbf2 (diff)
downloadunnamed-group-c4a9d754d006e5ed31439b39033fb7ba63151893.tar
unnamed-group-c4a9d754d006e5ed31439b39033fb7ba63151893.tar.gz
unnamed-group-c4a9d754d006e5ed31439b39033fb7ba63151893.tar.bz2
unnamed-group-c4a9d754d006e5ed31439b39033fb7ba63151893.tar.xz
unnamed-group-c4a9d754d006e5ed31439b39033fb7ba63151893.zip
Expose. Exploit. Erase.
-rw-r--r--174bg/website/assets/index.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/174bg/website/assets/index.html b/174bg/website/assets/index.html
index 565e79b..0e712bc 100644
--- a/174bg/website/assets/index.html
+++ b/174bg/website/assets/index.html
@@ -5,9 +5,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>174th Battle Group - Star Citizen Military Organisation</title>
<style>
+ @import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
+
body {
margin: 1rem;
max-width: 666px;
+ font-family: 'Sora', sans-serif;
}
p {
@@ -39,6 +42,7 @@
<h2 style="color: rgb(158, 0, 0); margin: 0;">The "Red Right Hand" of the UEE</h2>
</div>
</div>
+
<!-- elevator pitch -->
<p>
We're a Star Citizen organisation that operates in the 'verse in a structured and organized manner. With a focus on small-team tactics and distributed operations, we aim to provide a rich and varied experience for our members.
@@ -56,7 +60,6 @@
If you're interested in joining the 174th Battle Group, please reach out to us through our Discord server linked below. We look forward to welcoming you to our organisation and working together to achieve our goals in the 'verse.
</p>
-
<!-- links -->
<p style="flex-direction: column; display: flex; gap: 0.5rem;">
<div>
@@ -69,5 +72,11 @@
<b>Manager:</b> <a href="https://174bg.net/manager" target="_blank">174bg.net/manager</a>
</div>
</p>
+
+
+ <!-- cryptic shit -->
+ <span style="position: absolute; bottom: 1rem; right: 1rem; font-size: 0.8rem; opacity: 0.33;">
+ Expose. Exploit. Erase.
+ </span>
</body>
</html> \ No newline at end of file