aboutsummaryrefslogtreecommitdiffstats
path: root/asset-viewer.html
diff options
context:
space:
mode:
authorAlessio Vanni <vannilla@firemail.cc>2019-02-19 21:06:09 +0100
committerAlessio Vanni <vannilla@firemail.cc>2019-02-19 21:06:09 +0100
commitfe2f8acc8210c2ddead4621797b47106a9b38f5b (patch)
tree5fb103d45d7e4345f56fc068ce8173b82fa7051f /asset-viewer.html
downloadematrix-fe2f8acc8210c2ddead4621797b47106a9b38f5b.tar.lz
ematrix-fe2f8acc8210c2ddead4621797b47106a9b38f5b.tar.xz
ematrix-fe2f8acc8210c2ddead4621797b47106a9b38f5b.zip
Fork uMatrix
Pretty much just changing the name and the copyright.
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>