initial commit before refactor switch
This commit is contained in:
14
server/tpl/index.html.tpl
Normal file
14
server/tpl/index.html.tpl
Normal file
@@ -0,0 +1,14 @@
|
||||
{{- /*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 }}
|
||||
Reference in New Issue
Block a user