aboutsummaryrefslogtreecommitdiffstats
path: root/asset-viewer.html
diff options
context:
space:
mode:
Diffstat (limited to 'asset-viewer.html')
-rw-r--r--asset-viewer.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/asset-viewer.html b/asset-viewer.html
new file mode 100644
index 0000000..314e6c6
--- /dev/null
+++ b/asset-viewer.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<title>uMatrix — Asset viewer</title>
+<style>
+#content {
+ font: 12px monospace;
+ white-space: pre;
+ }
+</style>
+</head>
+<body>
+<div id="content"></div>
+<script src="js/vapi-common.js"></script>
+<script src="js/vapi-client.js"></script>
+<script src="js/udom.js"></script>
+<script src="js/asset-viewer.js"></script>
+</body>
+</html>