Rename analytics to data-lab
This commit is contained in:
parent
10666a91ad
commit
1447f6056c
|
@ -1,10 +0,0 @@
|
|||
<!doctype html>
|
||||
<head>
|
||||
{{ partial "head.html" . }}
|
||||
</head>
|
||||
<script
|
||||
type="text/javascript"
|
||||
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"
|
||||
></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/echarts@5.5.1/dist/echarts.min.js"></script>
|
||||
{{ template "partials/body.html" . }}
|
|
@ -1,5 +0,0 @@
|
|||
{{ define "main" }}
|
||||
<div class="page-content">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
{{ end }}
|
Loading…
Reference in New Issue