mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-12-24 13:48:04 +08:00
feat: add pprof
This commit is contained in:
18
plugin/debug/pkg/internal/driver/html/plaintext.html
Normal file
18
plugin/debug/pkg/internal/driver/html/plaintext.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{{.Title}}</title>
|
||||
{{template "css" .}}
|
||||
</head>
|
||||
<body>
|
||||
{{template "header" .}}
|
||||
<div id="content">
|
||||
<pre>
|
||||
{{.TextBody}}
|
||||
</pre>
|
||||
</div>
|
||||
{{template "script" .}}
|
||||
<script>viewer(new URL(window.location.href), null);</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user