2023-10-13

master
Charles Iliya Krempeaux 2023-10-12 22:21:38 -07:00
parent 2575b29f27
commit 0679a62ee6
11 changed files with 7 additions and 5 deletions

View File

@ -14,4 +14,4 @@
--- ---
[Loading](../../sysop-wants-to-chat_splash.html) [Loading](../../sysop-wants-to-chat/index.html)

View File

@ -6,7 +6,7 @@
<style> <style>
@font-face { @font-face {
font-family: 'Paytone One'; font-family: 'Paytone One';
src: url('../../../common/font/paytone-one-regular.ttf'); src: url('../../../../common/font/paytone-one-regular.ttf');
} }
</style> </style>
<style> <style>
@ -48,7 +48,7 @@
</head> </head>
<body> <body>
<div class="heading"><a href="sysop-wants-to-chat.html">SYSOP WANTS TO CHAT</a></div> <div class="heading"><a href="show/index.html">SYSOP WANTS TO CHAT</a></div>
<div class="subheading">#AllYourBases</div> <div class="subheading">#AllYourBases</div>

View File

Before

Width:  |  Height:  |  Size: 112 KiB

After

Width:  |  Height:  |  Size: 112 KiB

View File

@ -48,4 +48,4 @@
--- ---
[Loading](a-winner-is-you_splash.html) [Loading](../../a-winner-is-you_splash.html)

View File

@ -19,7 +19,9 @@ npx @marp-team/marp-cli@latest index.md
popd popd
echo '=========================' echo '========================='
npx @marp-team/marp-cli@latest sysop-wants-to-chat.md pushd sysop-wants-to-chat/show/
npx @marp-team/marp-cli@latest index.md
popd
echo '=========================' echo '========================='
npx @marp-team/marp-cli@latest a-winner-is-you.md npx @marp-team/marp-cli@latest a-winner-is-you.md