mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 18:29:39 +02:00
11 lines
214 B
HTML
11 lines
214 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>TAPE Example</title>
|
|
<script src="/testem.js"></script>
|
|
<script src="test-adapter.js"></script>
|
|
<script src="bundle.js"></script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|