1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-02 02:14:52 +12:00
uMatrix/src/asset-viewer.html

20 lines
390 B
HTML
Raw Normal View History

2014-10-24 12:40:48 +13:00
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>µMatrix — Asset</title>
<style>
#content {
font: 12px monospace;
white-space: pre;
}
</style>
</head>
<body>
<div id="content"></div>
2015-04-12 09:15:57 +12:00
<script src="js/vapi-client.js"></script>
2014-10-24 12:40:48 +13:00
<script src="js/udom.js"></script>
<script src="js/asset-viewer.js"></script>
</body>
</html>