rentgen/components/report-window/report-window.html

39 wiersze
973 B
HTML
Czysty Zwykły widok Historia

2021-11-07 12:57:24 +00:00
<!DOCTYPE html>
<html>
2022-01-19 12:12:28 +00:00
2022-04-25 18:02:20 +00:00
<head>
<meta charset="utf-8" />
2022-05-22 15:46:56 +00:00
<title>Rentgen - generowanie raportu</title>
2022-04-25 18:02:20 +00:00
<link
rel="stylesheet"
href="/lib/styles/fonts.css"
>
<link
rel="stylesheet"
2022-07-10 10:32:57 +00:00
href="/node_modules/survey-react/survey.min.css"
2022-04-25 18:02:20 +00:00
/>
<link
rel="stylesheet"
2022-07-10 10:32:57 +00:00
href="/node_modules/survey-react/modern.min.css"
2022-04-25 18:02:20 +00:00
/>
<link
rel="stylesheet"
href="/lib/components/report-window/report-window.css"
/>
2022-05-22 15:46:56 +00:00
<link
rel="shortcut icon"
href="../../../assets/icon-addon.svg"
type="image/x-icon"
>
2022-04-25 18:02:20 +00:00
</head>
<body>
<div id="app"></div>
2022-07-10 10:32:57 +00:00
<script src="/node_modules/react/umd/react.production.min.js"></script>
<script src="/node_modules/react-dom/umd/react-dom.production.min.js"></script>
2022-07-09 14:41:22 +00:00
<script src="/node_modules/survey-react/survey.react.min.js"></script>
2022-04-25 18:02:20 +00:00
<script src="/lib/components/report-window/report-window.js"></script>
</body>
2022-07-09 14:41:22 +00:00
</html>