added livestream page
This commit is contained in:
parent
28cac5ec50
commit
5a426ff5dc
1
assets/icons/cast.svg
Normal file
1
assets/icons/cast.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-cast"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M3 19l.01 0" /><path d="M7 19a4 4 0 0 0 -4 -4" /><path d="M11 19a8 8 0 0 0 -8 -8" /><path d="M15 19h3a3 3 0 0 0 3 -3v-8a3 3 0 0 0 -3 -3h-12a3 3 0 0 0 -2.8 2" /></svg>
|
After Width: | Height: | Size: 480 B |
22
content/page/livestream/index.md
Normal file
22
content/page/livestream/index.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
title: "Livestream"
|
||||
date: 2024-04-28
|
||||
edited: 2024-04-28
|
||||
draft: false
|
||||
menu:
|
||||
main:
|
||||
weight: 2
|
||||
params:
|
||||
icon: cast
|
||||
---
|
||||
|
||||
Sometimes I livestream my gameplay, you are welcome to watch.
|
||||
[Click here to get redirected](https://live.4o1x5.dev) or watch here.
|
||||
|
||||
<iframe
|
||||
src="https://live.4o1x5.dev/embed/video"
|
||||
title="Owncast"
|
||||
height="580px" width="100%"
|
||||
referrerpolicy="origin"
|
||||
allowfullscreen>
|
||||
</iframe>
|
Loading…
Reference in a new issue