Move to git.themmonk.com
This commit is contained in:
24
web/libraries
Normal file
24
web/libraries
Normal file
@@ -0,0 +1,24 @@
|
||||
<!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>Libraries</h2>
|
||||
|
||||
<div id="library-entry-container"></div>
|
||||
|
||||
<!-- begin templates -->
|
||||
<template id="library-template">
|
||||
<a class="library-viewer-href"></a>
|
||||
</template>
|
||||
<!-- end templates -->
|
||||
|
||||
<!-- begin js -->
|
||||
<script src="/web/js/auth.js" defer></script>
|
||||
<script src="/web/js/libraries.js" defer></script>
|
||||
<!-- end js -->
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user