baseddata.io/layouts/analytics/baseof.html

11 lines
304 B
HTML
Raw Normal View History

2024-08-01 14:06:16 +01:00
<!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" . }}