2021-11-07 13:57:24 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2022-02-03 22:20:07 +01:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<title>Treść maila do zgłoszenia</title>
|
2022-04-13 11:44:59 +02:00
|
|
|
<link rel="stylesheet" href="/lib/components/report-window/report-window.css" />
|
2022-02-03 22:20:07 +01:00
|
|
|
<link rel="stylesheet" href="/node_modules/survey-react/survey.css" />
|
|
|
|
<link rel="stylesheet" href="/node_modules/survey-react/modern.css" />
|
|
|
|
</head>
|
2022-01-19 13:12:28 +01:00
|
|
|
|
2022-02-03 22:20:07 +01:00
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
|
|
|
<script src="/node_modules/react/umd/react.development.js"></script>
|
|
|
|
<script src="/node_modules/react-dom/umd/react-dom.development.js"></script>
|
2022-04-13 11:44:59 +02:00
|
|
|
<script src="/lib/components/report-window/report-window.js"></script>
|
2022-02-03 22:20:07 +01:00
|
|
|
</body>
|
|
|
|
</html>
|