rentgen/report-window/report-window.html

17 lines
335 B
HTML
Raw Normal View History

2021-11-07 13:57:24 +01:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Wygeneruj maila co zgłoszenia</title>
</head>
<body>
<div id="app"></div>
2021-11-07 15:45:26 +01:00
<style>
tr:hover {
background-color: hsla(0, 0%, 0%, 0.1);
}
</style>
2021-11-07 13:57:24 +01:00
<script src="/lib/report-window/report-window.js"></script>
</body>
</html>