Add author reference and source link

master
Vitaliy Filippov 2021-01-15 15:59:26 +03:00
parent e95c813836
commit 26bfa60a8d
1 changed files with 4 additions and 1 deletions

View File

@ -141,9 +141,12 @@ class Calc extends preact.Component
<div style="text-align: center; font-size: 150%; margin: 20px 0; font-weight: bold">
Вероятность потери данных в течение года:
</div>
<div style="text-align: center; font-size: 200%; margin: 10px 0; font-weight: bold">
<div style="text-align: center; font-size: 200%; margin: 20px 0; font-weight: bold">
{Math.round(state.result*10000)/10000} %
</div>
<div style="text-align: center; color: #aaa; margin: 10px 0">
&copy; Виталий Филиппов 2020+ <a style="color: inherit" href="https://yourcmc.ru/git/vitalif/ceph-afr-calc">(исходники)</a>
</div>
</div>);
}
}