13 lines
256 B
HTML
13 lines
256 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>goroutine explorer</title>
|
|
<script src="https://cdn.tailwindcss.com"></script>
|
|
<script defer src="/static/goroutine/bundle.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="root">
|
|
</div>
|
|
</body>
|
|
</html>
|