Add local assets
This commit is contained in:
parent
4db1154ecd
commit
3379a685e1
31 changed files with 51 additions and 79 deletions
|
@ -15,12 +15,12 @@ function howDoI() {
|
|||
<div class="imgwrapper">
|
||||
<img
|
||||
class="desktop"
|
||||
src="https://static.moonleay.net/img/lilJuddWeb/howdoi/featureexample.png"
|
||||
src="/assets/screenshots/featureexample.png"
|
||||
alt="A screenshot of the example in Discord."
|
||||
/>
|
||||
<img
|
||||
class="mobile"
|
||||
src="https://static.moonleay.net/img/lilJuddWeb/howdoi/featureexamplemobile.png"
|
||||
src="/assets/screenshots/featureexamplemobile.png"
|
||||
alt="A screenshot of the example in Discord."
|
||||
/>
|
||||
{/* <p><code>/feature feature:Time Planning Feature set:Enable channel:#ich-kann-heute</code></p> */}
|
||||
|
@ -36,12 +36,12 @@ function howDoI() {
|
|||
<div class="imgwrapper">
|
||||
<img
|
||||
class="desktop"
|
||||
src="https://static.moonleay.net/img/lilJuddWeb/howdoi/matchexample.png"
|
||||
src="/assets/screenshots/matchexample.png"
|
||||
alt="A screenshot of the example in Discord."
|
||||
/>
|
||||
<img
|
||||
class="mobile"
|
||||
src="https://static.moonleay.net/img/lilJuddWeb/howdoi/matchexamplemobile.png"
|
||||
src="/assets/screenshots/matchexamplemobile.png"
|
||||
alt="A screenshot of the example in Discord."
|
||||
/>
|
||||
{/* <p><code>/match match:Ladder Match timestamp:24.12.2069 04:20 opponent:Forbidden</code></p> */}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue