24 lines
590 B
HTML
24 lines
590 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Opal Media Server</title>
|
|
</head>
|
|
<body>
|
|
<h2 id="library-viewer-header">Library viewer:</h2>
|
|
|
|
<div id="library-file-list-container"></div>
|
|
|
|
<!-- begin templates -->
|
|
<template id="library-generic-item-template">
|
|
<a class="library-generic-item-href"></a>
|
|
</template>
|
|
<!-- end templates -->
|
|
|
|
<!-- begin js -->
|
|
<script type="module" src="/web/js/pages/library_viewer.js"></script>
|
|
<!-- end js -->
|
|
</body>
|
|
</html>
|