Compare commits

...

2 Commits

Author SHA1 Message Date
youngchief btw ツ 2df7b817f6
Attempt at auto resizing of things. 2021-12-21 09:58:45 -08:00
youngchief btw ツ 55b77509aa
Update Git hosting providers listing. 2021-12-21 09:04:15 -08:00
2 changed files with 14 additions and 7 deletions

View File

@ -4,6 +4,7 @@
<title>youngchief btw ツ</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" type="image/x-icon" href="https://cdn.youngchief.vercel.app/MinecraftAquaAxolotlInABucket.jpg">
<meta name="viewport" content="width=device-width">
</head>
<body>
<h1><img src="https://cdn.youngchief.vercel.app/MinecraftAquaAxolotlInABucket.jpg" height="175" weight="175" style="border-radius: 5%;"><br/>youngchief btw ツ</h1>
@ -44,12 +45,13 @@
<code><b>Git</b></code><br/>
<a href="https://github.com/youngchief-btw">hub</a>
<a href="https://gitlab.com/youngchief">lab</a>
<a href="https://bitbucket.org/@youngchief">bitbucket</a>
<a href="https://codeberg.org/youngchief">codeberg</a>
<a href="https://notabug.org/youngchief">notabug</a>
<a href="https://bitbucket.org/@youngchief">bit</a>
<a href="https://codeberg.org/youngchief">berg</a>
<a href="https://notabug.org/youngchief">bug</a>
<a href="https://sr.ht/~youngchief">sr.ht</a>
<a href="https://tildegit.org/youngchief">tilde</a>
<a href="https://git.envs.net/youngchief">envs</a>
<a href="https://git.disroot.org/youngchief">root</a>
<a href="https://tildegit.org/youngchief">tilde</a>
<a href="https://git.envs.net/youngchief">envs</a>
<a href="https://git.rawtext.club/youngchief">rtc</a>
<br/><br/>
<code><b>Other</b></code><br/>
@ -67,4 +69,4 @@
<!-- <a href="sitemap.html">Sitemap</a> -->
</footer>
</body>
</html>
</html>

View File

@ -19,4 +19,9 @@ a {
a:hover {
text-decoration:underline;
}
}
body {
width: 100%;
height: 100%
}