Closed marcpage closed 2 years ago
Adding css and ping files revealed that the static file server was not working.
Fixed the static file server, moved the static files to the static area (src/ui/template is only for dynamic content).
src/ui/template
Also moved <style> blocks into the <head> element.
<style>
<head>
Adding css and ping files revealed that the static file server was not working.
Fixed the static file server, moved the static files to the static area (
src/ui/template
is only for dynamic content).Also moved
<style>
blocks into the<head>
element.