a11yist/app/views/layouts/exports.html.slim
david 13755bacdb
Some checks failed
/ Run tests (push) Successful in 1m44s
/ Run system tests (push) Failing after 2m1s
/ Build, push and deploy image (push) Successful in 1m30s
Improve export html for libreoffice writer
2024-11-17 01:58:47 +01:00

12 lines
420 B
Text

doctype html
html data-bs-theme="light" data-controller="set-theme"
head
title a11ydive Export
meta[name="viewport" content="width=device-width,initial-scale=1"]
= csrf_meta_tags
= csp_meta_tag
= stylesheet_link_tag "exports", "data-turbo-track": "reload"
= javascript_include_tag "application", "data-turbo-track": "reload", type: "module"
body
main.container#main-content
= yield