reorganizing because zx needs to feel special
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Sidekick Example: HTTP logger</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- link tree -->
|
||||
<ul><li>
|
||||
<a href="/">Examples</a>
|
||||
<ul><li>
|
||||
<b>HTTP Logging</b>
|
||||
</li></ul>
|
||||
</li></ul>
|
||||
|
||||
<h1>Sidekick Example: HTTP Logger</h1>
|
||||
|
||||
<p>
|
||||
You need to have an HTTP server listening on port <code>8841</code>. You
|
||||
can use <a href="https://gitlab.com/pharpend/vlogd">vlogd</a>.
|
||||
</p>
|
||||
|
||||
<!-- script -->
|
||||
<script type="module" src="dist/logging_http.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user