This commit is contained in:
9
main.go
9
main.go
@@ -892,8 +892,13 @@ const htmlTemplate = `
|
|||||||
{{end}}
|
{{end}}
|
||||||
<hr />
|
<hr />
|
||||||
</div>
|
</div>
|
||||||
<img src="/static/img/footerupper.webp" alt="footer-1" />
|
<style>
|
||||||
<img src="/static/img/footerlower.webp" alt="footer-2" />
|
#max {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<img class="max" src="/static/img/footerupper.webp" alt="footer-1" />
|
||||||
|
<img class="max" src="/static/img/footerlower.webp" alt="footer-2" />
|
||||||
<script src="/static/js/bootstrap.bundle.min.js"></script>
|
<script src="/static/js/bootstrap.bundle.min.js"></script>
|
||||||
<script src="/static/js/tom-select.complete.min.js"></script>
|
<script src="/static/js/tom-select.complete.min.js"></script>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user