mirror of
https://github.com/debug-js/debug.git
synced 2025-12-08 20:59:48 +00:00
13 lines
177 B
HTML
13 lines
177 B
HTML
<html>
|
|
<head>
|
|
<title>debug()</title>
|
|
<script src="../debug.js"></script>
|
|
<script>
|
|
debug.enable('*');
|
|
</script>
|
|
</head>
|
|
<body>
|
|
|
|
</body>
|
|
</html>
|