fsfe-website/internal/pd-result.en.xhtml
Reinhard Müller dfc13f9039
All checks were successful
continuous-integration/drone/push Build is passing
Remove timestamp at the bottom of each page
Fixes #837
2020-05-04 00:49:28 +02:00

36 lines
571 B
HTML

<?xml version="1.0" encoding="utf-8" ?>
<html>
<version>1</version>
<head>
<title>FSFE - Internal Tools - per diem calculator</title>
<style type="text/css">
tr.descr {
font-style: italic;
font-size: small;
}
#content input[type="radio"] {
margin: 0 5px 0 15px;
}
label {
font-weight: normal;
}
</style>
</head>
<body>
<h1>Result of calculated per diem</h1>
<div id="pd-result">:RESULT:</div>
</body>
</html>
<!--
Local Variables: ***
mode: xml ***
End: ***
-->