-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit cd60a2c
Showing
82 changed files
with
793 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-US"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1"> | ||
<meta name="generator" content="VuePress [object Promise]"> | ||
<style> | ||
:root { | ||
--c-bg: #fff; | ||
} | ||
html.dark { | ||
--c-bg: #22272e; | ||
} | ||
html, body { | ||
background-color: var(--c-bg); | ||
} | ||
</style> | ||
<script> | ||
const userMode = localStorage.getItem('vuepress-color-scheme'); | ||
const systemDarkMode = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches; | ||
if (userMode === 'dark' || (userMode !== 'light' && systemDarkMode)) { | ||
document.documentElement.classList.toggle('dark', true); | ||
} | ||
</script> | ||
<link rel="icon" href="/favicon.png"><meta name="theme-color" content="#FDD85E"><title>ScoreSaber Wiki</title><meta name="description" content=""> | ||
<link rel="modulepreload" href="/assets/404.html.eafdd8b4.js"><link rel="modulepreload" href="/assets/404.html.d55be9f8.js"><link rel="prefetch" href="/assets/index.html.d718eebb.js"><link rel="prefetch" href="/assets/about-us.html.db683ed4.js"><link rel="prefetch" href="/assets/beginners-guide.html.cb0108ab.js"><link rel="prefetch" href="/assets/faq.html.cbb8887c.js"><link rel="prefetch" href="/assets/ranking-system.html.b6c86fd0.js"><link rel="prefetch" href="/assets/rules.html.081b5421.js"><link rel="prefetch" href="/assets/how-to-rank-map.html.8cbedec5.js"><link rel="prefetch" href="/assets/modding-queue-information.html.85c17d16.js"><link rel="prefetch" href="/assets/qat-guidelines.html.8bf99421.js"><link rel="prefetch" href="/assets/ranking-queue-rules.html.5a207e34.js"><link rel="prefetch" href="/assets/ranking-unban-system-and-terms.html.8b520ea5.js"><link rel="prefetch" href="/assets/scoresaber-team-information.html.56e54911.js"><link rel="prefetch" href="/assets/index.html.35873366.js"><link rel="prefetch" href="/assets/difficulty-spread-requirements.html.f456555e.js"><link rel="prefetch" href="/assets/formatting-and-metadata.html.cbae5f7c.js"><link rel="prefetch" href="/assets/mapping-criteria.html.aaabbf24.js"><link rel="prefetch" href="/assets/technical-limitations-criteria.html.b01f3119.js"><link rel="prefetch" href="/assets/index.html.5df29b4e.js"><link rel="prefetch" href="/assets/about-us.html.fe158ef8.js"><link rel="prefetch" href="/assets/beginners-guide.html.adfabb39.js"><link rel="prefetch" href="/assets/faq.html.36b5ed8a.js"><link rel="prefetch" href="/assets/ranking-system.html.31aa24fd.js"><link rel="prefetch" href="/assets/rules.html.47234536.js"><link rel="prefetch" href="/assets/how-to-rank-map.html.3d86f824.js"><link rel="prefetch" href="/assets/modding-queue-information.html.2963be92.js"><link rel="prefetch" href="/assets/qat-guidelines.html.09739e1c.js"><link rel="prefetch" href="/assets/ranking-queue-rules.html.e7dbd40d.js"><link rel="prefetch" href="/assets/ranking-unban-system-and-terms.html.603acf8c.js"><link rel="prefetch" href="/assets/scoresaber-team-information.html.43d159d8.js"><link rel="prefetch" href="/assets/index.html.6cee2b5e.js"><link rel="prefetch" href="/assets/difficulty-spread-requirements.html.45bbc661.js"><link rel="prefetch" href="/assets/formatting-and-metadata.html.0e2e2b30.js"><link rel="prefetch" href="/assets/mapping-criteria.html.142e54bb.js"><link rel="prefetch" href="/assets/technical-limitations-criteria.html.70c0536c.js"><link rel="prefetch" href="/assets/404.ac109edc.js"><link rel="prefetch" href="/assets/Layout.5483b500.js"> | ||
<link rel="stylesheet" href="/assets/style.61a187c2.css"> | ||
</head> | ||
<body> | ||
<div id="app"><!--[--><div class="theme-container"><main class="page"><div class="theme-default-content"><h1>404</h1><blockquote>There's nothing here.</blockquote><a href="/" class="">Take me home</a></div></main></div><!----><!--]--></div> | ||
<script type="module" src="/app.e68a1260.mjs" defer></script> | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
https://wiki.scoresaber.com |
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-US"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1"> | ||
<meta name="generator" content="VuePress [object Promise]"> | ||
<style> | ||
:root { | ||
--c-bg: #fff; | ||
} | ||
html.dark { | ||
--c-bg: #22272e; | ||
} | ||
html, body { | ||
background-color: var(--c-bg); | ||
} | ||
</style> | ||
<script> | ||
const userMode = localStorage.getItem('vuepress-color-scheme'); | ||
const systemDarkMode = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches; | ||
if (userMode === 'dark' || (userMode !== 'light' && systemDarkMode)) { | ||
document.documentElement.classList.toggle('dark', true); | ||
} | ||
</script> | ||
<link rel="icon" href="/favicon.png"><meta name="theme-color" content="#FDD85E"><title>About us | ScoreSaber Wiki</title><meta name="description" content=""> | ||
<link rel="modulepreload" href="/assets/about-us.html.fe158ef8.js"><link rel="modulepreload" href="/assets/about-us.html.db683ed4.js"><link rel="prefetch" href="/assets/index.html.d718eebb.js"><link rel="prefetch" href="/assets/beginners-guide.html.cb0108ab.js"><link rel="prefetch" href="/assets/faq.html.cbb8887c.js"><link rel="prefetch" href="/assets/ranking-system.html.b6c86fd0.js"><link rel="prefetch" href="/assets/rules.html.081b5421.js"><link rel="prefetch" href="/assets/how-to-rank-map.html.8cbedec5.js"><link rel="prefetch" href="/assets/modding-queue-information.html.85c17d16.js"><link rel="prefetch" href="/assets/qat-guidelines.html.8bf99421.js"><link rel="prefetch" href="/assets/ranking-queue-rules.html.5a207e34.js"><link rel="prefetch" href="/assets/ranking-unban-system-and-terms.html.8b520ea5.js"><link rel="prefetch" href="/assets/scoresaber-team-information.html.56e54911.js"><link rel="prefetch" href="/assets/index.html.35873366.js"><link rel="prefetch" href="/assets/difficulty-spread-requirements.html.f456555e.js"><link rel="prefetch" href="/assets/formatting-and-metadata.html.cbae5f7c.js"><link rel="prefetch" href="/assets/mapping-criteria.html.aaabbf24.js"><link rel="prefetch" href="/assets/technical-limitations-criteria.html.b01f3119.js"><link rel="prefetch" href="/assets/404.html.d55be9f8.js"><link rel="prefetch" href="/assets/index.html.5df29b4e.js"><link rel="prefetch" href="/assets/beginners-guide.html.adfabb39.js"><link rel="prefetch" href="/assets/faq.html.36b5ed8a.js"><link rel="prefetch" href="/assets/ranking-system.html.31aa24fd.js"><link rel="prefetch" href="/assets/rules.html.47234536.js"><link rel="prefetch" href="/assets/how-to-rank-map.html.3d86f824.js"><link rel="prefetch" href="/assets/modding-queue-information.html.2963be92.js"><link rel="prefetch" href="/assets/qat-guidelines.html.09739e1c.js"><link rel="prefetch" href="/assets/ranking-queue-rules.html.e7dbd40d.js"><link rel="prefetch" href="/assets/ranking-unban-system-and-terms.html.603acf8c.js"><link rel="prefetch" href="/assets/scoresaber-team-information.html.43d159d8.js"><link rel="prefetch" href="/assets/index.html.6cee2b5e.js"><link rel="prefetch" href="/assets/difficulty-spread-requirements.html.45bbc661.js"><link rel="prefetch" href="/assets/formatting-and-metadata.html.0e2e2b30.js"><link rel="prefetch" href="/assets/mapping-criteria.html.142e54bb.js"><link rel="prefetch" href="/assets/technical-limitations-criteria.html.70c0536c.js"><link rel="prefetch" href="/assets/404.html.eafdd8b4.js"><link rel="prefetch" href="/assets/404.ac109edc.js"><link rel="prefetch" href="/assets/Layout.5483b500.js"> | ||
<link rel="stylesheet" href="/assets/style.61a187c2.css"> | ||
</head> | ||
<body> | ||
<div id="app"><!--[--><div class="theme-container"><!--[--><header class="navbar"><div class="toggle-sidebar-button" title="toggle sidebar" aria-expanded="false" role="button" tabindex="0"><div class="icon" aria-hidden="true"><span></span><span></span><span></span></div></div><span><a href="/" class=""><!----><span class="site-name">ScoreSaber Wiki</span></a></span><div class="navbar-items-wrapper" style=""><!--[--><!--]--><nav class="navbar-items can-hide"><!--[--><div class="navbar-item"><a href="/" class="" aria-label="Home"><!--[--><!--]--> Home <!--[--><!--]--></a></div><div class="navbar-item"><a class="external-link" href="https://scoresaber.com" rel="noopener noreferrer" target="_blank" aria-label="ScoreSaber"><!--[--><!--]--> ScoreSaber <span><svg class="external-link-icon" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" x="0px" y="0px" viewbox="0 0 100 100" width="15" height="15"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path><polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg><span class="external-link-icon-sr-only">open in new window</span></span><!--[--><!--]--></a></div><div class="navbar-item"><a class="external-link" href="https://discord.gg/scoresaber" rel="noopener noreferrer" target="_blank" aria-label="ScoreSaber Discord"><!--[--><!--]--> ScoreSaber Discord <span><svg class="external-link-icon" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" x="0px" y="0px" viewbox="0 0 100 100" width="15" height="15"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path><polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg><span class="external-link-icon-sr-only">open in new window</span></span><!--[--><!--]--></a></div><div class="navbar-item"><a class="external-link" href="https://github.com/ScoreSaber/ScoreSaber-Wiki" rel="noopener noreferrer" target="_blank" aria-label="GitHub"><!--[--><!--]--> GitHub <span><svg class="external-link-icon" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" x="0px" y="0px" viewbox="0 0 100 100" width="15" height="15"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path><polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg><span class="external-link-icon-sr-only">open in new window</span></span><!--[--><!--]--></a></div><!--]--></nav><!--[--><!--]--><button class="toggle-color-mode-button" title="toggle color mode"><svg style="" class="icon" focusable="false" viewBox="0 0 32 32"><path d="M16 12.005a4 4 0 1 1-4 4a4.005 4.005 0 0 1 4-4m0-2a6 6 0 1 0 6 6a6 6 0 0 0-6-6z" fill="currentColor"></path><path d="M5.394 6.813l1.414-1.415l3.506 3.506L8.9 10.318z" fill="currentColor"></path><path d="M2 15.005h5v2H2z" fill="currentColor"></path><path d="M5.394 25.197L8.9 21.691l1.414 1.415l-3.506 3.505z" fill="currentColor"></path><path d="M15 25.005h2v5h-2z" fill="currentColor"></path><path d="M21.687 23.106l1.414-1.415l3.506 3.506l-1.414 1.414z" fill="currentColor"></path><path d="M25 15.005h5v2h-5z" fill="currentColor"></path><path d="M21.687 8.904l3.506-3.506l1.414 1.415l-3.506 3.505z" fill="currentColor"></path><path d="M15 2.005h2v5h-2z" fill="currentColor"></path></svg><svg style="display:none;" class="icon" focusable="false" viewBox="0 0 32 32"><path d="M13.502 5.414a15.075 15.075 0 0 0 11.594 18.194a11.113 11.113 0 0 1-7.975 3.39c-.138 0-.278.005-.418 0a11.094 11.094 0 0 1-3.2-21.584M14.98 3a1.002 1.002 0 0 0-.175.016a13.096 13.096 0 0 0 1.825 25.981c.164.006.328 0 .49 0a13.072 13.072 0 0 0 10.703-5.555a1.01 1.01 0 0 0-.783-1.565A13.08 13.08 0 0 1 15.89 4.38A1.015 1.015 0 0 0 14.98 3z" fill="currentColor"></path></svg></button><!----></div></header><!--]--><div class="sidebar-mask"></div><!--[--><aside class="sidebar"><nav class="navbar-items"><!--[--><div class="navbar-item"><a href="/" class="" aria-label="Home"><!--[--><!--]--> Home <!--[--><!--]--></a></div><div class="navbar-item"><a class="external-link" href="https://scoresaber.com" rel="noopener noreferrer" target="_blank" aria-label="ScoreSaber"><!--[--><!--]--> ScoreSaber <span><svg class="external-link-icon" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" x="0px" y="0px" viewbox="0 0 100 100" width="15" height="15"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path><polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg><span class="external-link-icon-sr-only">open in new window</span></span><!--[--><!--]--></a></div><div class="navbar-item"><a class="external-link" href="https://discord.gg/scoresaber" rel="noopener noreferrer" target="_blank" aria-label="ScoreSaber Discord"><!--[--><!--]--> ScoreSaber Discord <span><svg class="external-link-icon" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" x="0px" y="0px" viewbox="0 0 100 100" width="15" height="15"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path><polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg><span class="external-link-icon-sr-only">open in new window</span></span><!--[--><!--]--></a></div><div class="navbar-item"><a class="external-link" href="https://github.com/ScoreSaber/ScoreSaber-Wiki" rel="noopener noreferrer" target="_blank" aria-label="GitHub"><!--[--><!--]--> GitHub <span><svg class="external-link-icon" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" x="0px" y="0px" viewbox="0 0 100 100" width="15" height="15"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path><polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg><span class="external-link-icon-sr-only">open in new window</span></span><!--[--><!--]--></a></div><!--]--></nav><!--[--><!--]--><ul class="sidebar-items"><!--[--><li><p tabindex="0" class="sidebar-item sidebar-heading">About us <!----></p><ul style="" class="sidebar-item-children"><!--[--><li><a aria-current="page" href="/about-us.html#the-team" class="router-link-active router-link-exact-active sidebar-item" aria-label="The Team"><!--[--><!--]--> The Team <!--[--><!--]--></a><!----></li><li><a aria-current="page" href="/about-us.html#about-scoresaber" class="router-link-active router-link-exact-active sidebar-item" aria-label="About ScoreSaber"><!--[--><!--]--> About ScoreSaber <!--[--><!--]--></a><!----></li><!--]--></ul></li><!--]--></ul><!--[--><!--]--></aside><!--]--><!--[--><main class="page"><!--[--><!--]--><div class="theme-default-content"><!--[--><!--]--><div><h1 id="about-us" tabindex="-1"><a class="header-anchor" href="#about-us" aria-hidden="true">#</a> About us</h1><h2 id="the-team" tabindex="-1"><a class="header-anchor" href="#the-team" aria-hidden="true">#</a> The Team</h2><div class="custom-container tip"><p class="custom-container-title">If you want to know who is keeping ScoreSaber alive,</p><p><a href="https://scoresaber.com/team" target="_blank" rel="noopener noreferrer">You can find our complete Team here<span><svg class="external-link-icon" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" x="0px" y="0px" viewbox="0 0 100 100" width="15" height="15"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path><polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg><span class="external-link-icon-sr-only">open in new window</span></span></a></p></div><div class="custom-container tip"><p class="custom-container-title">If you want to know what each Team Role does,</p><p><a href="/ranking/scoresaber-team-information.html" class="">You can find more Information here</a></p></div><h2 id="about-scoresaber" tabindex="-1"><a class="header-anchor" href="#about-scoresaber" aria-hidden="true">#</a> About ScoreSaber</h2><p><strong>ScoreSaber is Beat Saber's largest leaderboard system for custom songs, hosting 60 million scores across 170,000+ leaderboards, with more than 1 million users worldwide</strong></p></div><!--[--><!--]--></div><footer class="page-meta"><div class="meta-item edit-link"><a class="external-link meta-item-label" href="https://github.com/ScoreSaber/ScoreSaber-Wiki/edit/master/wiki/about-us.md" rel="noopener noreferrer" target="_blank" aria-label="Help improve this page!"><!--[--><!--]--> Help improve this page! <span><svg class="external-link-icon" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" x="0px" y="0px" viewbox="0 0 100 100" width="15" height="15"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path><polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg><span class="external-link-icon-sr-only">open in new window</span></span><!--[--><!--]--></a></div><div class="meta-item last-updated"><span class="meta-item-label">Last Updated: </span><!----></div><!----></footer><!----><!--[--><!--]--></main><!--]--></div><!----><!--]--></div> | ||
<script type="module" src="/app.e68a1260.mjs" defer></script> | ||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
const t=JSON.parse('{"key":"v-3706649a","path":"/404.html","title":"","lang":"en-US","frontmatter":{"layout":"404"},"excerpt":"","headers":[],"git":{},"filePathRelative":null}');export{t as data}; |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
import{_ as e,o as c,c as t}from"../app.e68a1260.mjs";const _={};function o(r,n){return c(),t("div")}const a=e(_,[["render",o],["__file","404.html.vue"]]);export{a as default}; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.