|
1 | | -<!DOCTYPE html> |
2 | | -<html lang="en"> |
3 | | -<head> |
4 | | - <meta charset="UTF-8"> |
5 | | - <title>tslog - 📝 Extensible TypeScript Logger for Node.js and Browser: dependency free, fully customizable, pretty errors, stack traces, and JSON output to attachable transports.</title> |
6 | | - <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> |
7 | | - <meta name="description" content="📝 Extensible TypeScript Logger for Node.js and Browser: dependency free, fully customizable, pretty errors, stack traces, and JSON output to attachable transports."> |
8 | | - <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> |
9 | | - <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css"> |
10 | | -</head> |
11 | | -<body> |
12 | | - <div id="app"></div> |
13 | | - <script> |
14 | | - window.$docsify = { |
15 | | - name: 'tslog', |
16 | | - repo: 'https://github.com/fullstack-build/tslog' |
17 | | - } |
18 | | - </script> |
19 | | - <script src="//unpkg.com/docsify/lib/docsify.min.js"></script> |
20 | | -</body> |
21 | | -</html> |
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta charset="UTF-8"> |
| 5 | + <title>tslog - 📝 Extensible TypeScript Logger for Node.js and Browser: Dependency free, Fully customizable, Pretty errors, stack traces, and JSON output to attachable transports.</title> |
| 6 | + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> |
| 7 | + <meta name="description" content="📝 Extensible TypeScript Logger for Node.js and Browser: Dependency free, Fully customizable, Pretty errors, stack traces, and JSON output to attachable transports."> |
| 8 | + <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> |
| 9 | + <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css"> |
| 10 | +</head> |
| 11 | +<body> |
| 12 | + <div id="app"></div> |
| 13 | + <script> |
| 14 | + window.$docsify = { |
| 15 | + name: 'tslog', |
| 16 | + repo: 'https://github.com/fullstack-build/tslog' |
| 17 | + } |
| 18 | + </script> |
| 19 | + <script src="//unpkg.com/docsify/lib/docsify.min.js"></script> |
| 20 | +</body> |
| 21 | +</html> |
0 commit comments