2023-10-13
|
@ -14,4 +14,4 @@
|
|||
|
||||
---
|
||||
|
||||
[Loading](../../sysop-wants-to-chat_splash.html)
|
||||
[Loading](../../sysop-wants-to-chat/index.html)
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<style>
|
||||
@font-face {
|
||||
font-family: 'Paytone One';
|
||||
src: url('../../../common/font/paytone-one-regular.ttf');
|
||||
src: url('../../../../common/font/paytone-one-regular.ttf');
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
|
@ -48,7 +48,7 @@
|
|||
</head>
|
||||
<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>
|
||||
|
Before Width: | Height: | Size: 112 KiB After Width: | Height: | Size: 112 KiB |
Before Width: | Height: | Size: 138 KiB After Width: | Height: | Size: 138 KiB |
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 50 KiB |
Before Width: | Height: | Size: 157 KiB After Width: | Height: | Size: 157 KiB |
Before Width: | Height: | Size: 118 KiB After Width: | Height: | Size: 118 KiB |
Before Width: | Height: | Size: 159 KiB After Width: | Height: | Size: 159 KiB |
Before Width: | Height: | Size: 153 KiB After Width: | Height: | Size: 153 KiB |
|
@ -48,4 +48,4 @@
|
|||
|
||||
---
|
||||
|
||||
[Loading](a-winner-is-you_splash.html)
|
||||
[Loading](../../a-winner-is-you_splash.html)
|
|
@ -19,7 +19,9 @@ npx @marp-team/marp-cli@latest index.md
|
|||
popd
|
||||
|
||||
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 '========================='
|
||||
npx @marp-team/marp-cli@latest a-winner-is-you.md
|
||||
|
|