-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
School Pastebin link now in navbar
- Loading branch information
Showing
1 changed file
with
6 additions
and
3 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 |
---|---|---|
|
@@ -26,9 +26,12 @@ <h1>CS2</h1> | |
</ol> | ||
</div> | ||
<div> | ||
<h1>School</h1> | ||
<h1>Rust</h1> | ||
<ol> | ||
<li><a href="https://pastebin.com/FDgNusSc">Pastebin</a></li> | ||
<li><a href="https://rusthelp.com/en">RustHelp</a></li> | ||
<li><a href="https://rustlabs.com/">Rust Labs</a></li> | ||
<li><a href="https://www.battlemetrics.com/servers">BattleMetrics</a></li> | ||
<li><a href="https://twitch.facepunch.com/#drops">Twitch Drops</a></li> | ||
</ol> | ||
</div> | ||
<div> | ||
|
@@ -41,7 +44,7 @@ <h1>Other</h1> | |
</div> | ||
</div> | ||
<div class="navbar navbar-expand-sm bg-dark navbar-dark fixed-bottom justify-content-center"> | ||
<img src="blume.gif" alt="logo" style="width:40px; margin: 0;"> | ||
<a href="https://pastebin.com/FDgNusSc"><img src="blume.gif" alt="logo" style="width:40px; margin: 0;"></a> | ||
</div> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" | ||
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"> | ||
|