OpenMediaCenter/index.html

30 lines
592 B
HTML
Raw Normal View History

2020-05-16 18:18:32 +00:00
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
2020-05-16 18:18:32 +00:00
<meta charset="utf-8">
<title>hub</title>
<link rel="stylesheet" href="css/plyr.css"/>
2020-05-16 18:18:32 +00:00
<link rel="stylesheet" href="css/index.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="js/plyr.js"></script>
<script src="js/index.js"></script>
</head>
<body>
<h1>lukis pornhub</h1>
<div class="videopagewrapper hideit">
<div class="closebutton">
2020-05-16 18:18:32 +00:00
</div>
<div class="videowrapper"></div>
</div>
2020-05-16 18:18:32 +00:00
<div class="previewcontainer">
</div>
2020-05-16 18:18:32 +00:00
</body>
2020-05-16 18:18:32 +00:00
</html>