blob: d0e249a0c7c138790790a4f68320f5d18faddbfd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
---
title: fard
description: xd
layout: "layouts/base.njk"
---
<div id="vidya">
<video width="1280" height="720" controls autoplay muted>
<source src="/files/rickroll.mp4" type="video/mp4"/>
</video>
</div>
|