Compare commits

...

3 Commits

Author SHA1 Message Date
youngchief btw ツ 47f6fe50af
Update blog. 2022-11-25 10:57:21 -08:00
youngchief btw ツ 2485e09ecc
Set hr width to 25% 2022-11-25 10:42:36 -08:00
youngchief btw ツ b5749221ba
Update Bandcamp artist profile link. 2022-11-25 10:19:15 -08:00
3 changed files with 6 additions and 2 deletions

@ -1 +1 @@
Subproject commit 4e822b34d40b0c768644b1b3a5639396811fc20a
Subproject commit 5fe8847502786ebade8ba2acc9d516933a28964b

View File

@ -14,7 +14,7 @@
<a href="https://www.youtube.com/channel/UCTrWk53ciO8fnV_pJIfhNkg">youtube</a>
<a href="https://soundcloud.com/realyoungchief">soundcloud</a>
bandcamp (<a href="https://bandcamp.com/realyoungchief">user</a> /
<a href="https://realyoungchief.bandcamp.com">artist</a>)
<a href="https://realyc.bandcamp.com/">artist</a>)
</div>
<hr/>
<footer>

View File

@ -40,4 +40,8 @@ body {
border-style: solid;
padding: 2px;
line-break: 2px;
}
hr {
width: 25%
}