15 lines
413 B
Smarty
15 lines
413 B
Smarty
{{- /*gotype: r00t2.io/clientinfo/server.Page*/ -}}
|
|
{{- define "index" }}
|
|
{{- $page := . -}}
|
|
{{- $linkico := "🔗" }}
|
|
{{- template "meta.top" $page }}
|
|
<div class="jumbotron">
|
|
<h1>Client Info Revealer</h1>
|
|
<p class="lead">A tool to reveal client-identifying data sent to webservers</p>
|
|
</div>
|
|
<div>
|
|
{{- template "meta.info" $page }}
|
|
</div>
|
|
{{- template "meta.bottom" $page }}
|
|
{{- end }}
|