mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 12:41:54 +03:00
11 lines
180 B
HTML
11 lines
180 B
HTML
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<title>Document</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<video src="" poster=""></video>
|
||
|
<hr align="center" width="100%">
|
||
|
<div>test</div>
|
||
|
</body>
|
||
|
</html>
|