Prettier Pug
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
soraefir
2023-07-19 13:59:52 +02:00
parent 0e27042c8c
commit 0c64215dd1
16 changed files with 350 additions and 162 deletions

View File

@@ -1,26 +1,31 @@
script(src='https://unpkg.com/vue@2/dist/vue.min.js')
script(src='https://unpkg.com/vue2-datepicker/index.min.js')
script(src='https://unpkg.com/leaflet/dist/leaflet.js')
script(src='https://unpkg.com/vue2-leaflet')
script(src='https://unpkg.com/leaflet.awesome-markers/dist/leaflet.awesome-markers.min.js')
script(src='https://unpkg.com/axios/dist/axios.min.js')
script(src='https://unpkg.com/lodash')
script(src='https://unpkg.com/vue-multiselect')
script(src='https://unpkg.com/vue-textarea-autosize/dist/vue-textarea-autosize.umd.min.js')
script(src="https://unpkg.com/vue@2/dist/vue.min.js")
script(src="https://unpkg.com/vue2-datepicker/index.min.js")
script(src="https://unpkg.com/leaflet/dist/leaflet.js")
script(src="https://unpkg.com/vue2-leaflet")
script(
src="https://unpkg.com/leaflet.awesome-markers/dist/leaflet.awesome-markers.min.js"
)
script(src="https://unpkg.com/axios/dist/axios.min.js")
script(src="https://unpkg.com/lodash")
script(src="https://unpkg.com/vue-multiselect")
script(
src="https://unpkg.com/vue-textarea-autosize/dist/vue-textarea-autosize.umd.min.js"
)
script(src='https://unpkg.com/sortablejs/Sortable.min.js')
script(src='https://unpkg.com/vuedraggable/dist/vuedraggable.umd.min.js')
script(src="https://unpkg.com/sortablejs/Sortable.min.js")
script(src="https://unpkg.com/vuedraggable/dist/vuedraggable.umd.min.js")
script(src='/public/js/main.js' type='text/javascript' charset='utf-8')
script(src="/public/js/main.js", type="text/javascript", charset="utf-8")
footer.bg-dark
.container
.section.text-center.text-small
p.text-white
img(src='/public/img/helcel.png' alt='helcel logo' width='100')
img(src="/public/img/helcel.png", alt="helcel logo", width="100")
br
br
| Built with   ❤   by Helcel
|
| Built with   ❤   by Helcel
br
span.text-small.text-gray v0.0.1
p.text-gray
a(href='https://git.helcel.net') Helcel Git
a(href="https://git.helcel.net") Helcel Git