Skip to content

Commit

Permalink
Create how-to-contribute.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost-Miner committed Sep 2, 2024
1 parent 89aa16e commit 2007724
Showing 1 changed file with 67 additions and 0 deletions.
67 changes: 67 additions & 0 deletions misc/how-to-contribute.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
<!DOCTYPE html>
<!--W H A T A R E Y O U D O I N G I N M Y C O D E ? !
⢀⡴⠑⡄⠀⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠸⡇⠀⠿⡀⠀⠀⠀⣀⡴⢿⣿⣿⣿⣿⣿⣿⣿⣷⣦⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠑⢄⣠⠾⠁⣀⣄⡈⠙⣿⣿⣿⣿⣿⣿⣿⣿⣆⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⢀⡀⠁⠀⠀⠈⠙⠛⠂⠈⣿⣿⣿⣿⣿⠿⡿⢿⣆⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⢀⡾⣁⣀⠀⠴⠂⠙⣗⡀⠀⢻⣿⣿⠭⢤⣴⣦⣤⣹⠀⠀⠀⢀⢴⣶⣆
⠀⠀⢀⣾⣿⣿⣿⣷⣮⣽⣾⣿⣥⣴⣿⣿⡿⢂⠔⢚⡿⢿⣿⣦⣴⣾⠁⠸⣼⡿
⠀⢀⡞⠁⠙⠻⠿⠟⠉⠀⠛⢹⣿⣿⣿⣿⣿⣌⢤⣼⣿⣾⣿⡟⠉⠀⠀⠀⠀⠀
⠀⣾⣷⣶⠇⠀⠀⣤⣄⣀⡀⠈⠻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡇⠀⠀⠀⠀⠀⠀
⠀⠉⠈⠉⠀⠀⢦⡈⢻⣿⣿⣿⣶⣶⣶⣶⣤⣽⡹⣿⣿⣿⣿⡇⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠉⠲⣽⡻⢿⣿⣿⣿⣿⣿⣿⣷⣜⣿⣿⣿⡇⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣷⣶⣮⣭⣽⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⣀⣀⣈⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠹⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠛⠻⠿⠿⠿⠿⠛⠉-->
<html lang="en">
<head>
<!-- PAGE TITLE -->
<title> Contribution guide | Thronefall wiki</title>
<!-- PAGE INFORMATION -->
<meta name="description" content="How to edit wiki pages guide">
<meta name="keywords" content="Thronefall, throne fall, leaderBoard, grizzly games, speedrun, wiki, fandom">
<meta name='author' content="GhostMiner, ItsMeRaven">
<meta name='robots' content="index,follow">
<meta name="language" content="en">

<!-- Tab icon-->
<link rel="shortcut icon" type="image/webp" href="/assets/images/game_logo_small.webp">
<!-- Responsive design-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Chatracter set-->
<meta charset="utf-8">
<!-- HTMX -->
<script src="https://unpkg.com/[email protected]" integrity="sha384-zUfuhFKKZCbHTY6aRR46gxiqszMk5tcHjsVFxnUo8VMus4kHGVdIYVbOYYNlKmHV" crossorigin="anonymous"></script>
<!-- jQuery -->
<script src="https://code.jquery.com/jquery-3.7.1.min.js" crossorigin="anonymous"></script>
<!-- Various features -->
<script src="/assets/scripts/pageOptions.js"></script>
<!-- Article contents menu script -->
<script src="/assets/scripts/contentsMenu.js"></script>
<!-- Dark mode -->
<script src="/assets/scripts/darkmode.js"></script>
<!-- Cookies -->
<script src="/assets/scripts/cookies.js"></script>
<script src="/assets/scripts/uaParser.js"></script>
</head>
<body>
<!-- PAGE TITLE -->
<h1 class="pageTitle"> How to contribute </h1>
<hr class="pageTitleUnderline">

<!-- CONTENT GOES HERE -->

<h2><em>Coming soon...</em></h2>

<!-- Sidebar content -->
<article id="sidebar">

</article>
</body>

<script src="/assets/scripts/pageBuilder.js"></script>
<script>BuildPage(true);</script>
</html>

0 comments on commit 2007724

Please sign in to comment.