-
Notifications
You must be signed in to change notification settings - Fork 5
/
ssc.html
31 lines (22 loc) · 1.35 KB
/
ssc.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>wnarifin.github.io > Sample size calculator</title>
<style type="text/css">@import url("wnarifin.css");</style>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div style="margin: auto; width: 85%;">
<h1 align="center"><a href="index.html" class="fa fa-home"></a> » Sample Size Calculator</h1>
<h2>Versions:</h2>
<h3><a href="ssc_excel.html">Sample Size Calculator (spreadsheet)</a></h3>
<p>The spreadsheet version of the calculator. The latest is version 2.0.</p>
<h3><a href="ssc_web.html">Sample Size Calculator (web)</a></h3>
<p>The web version of the calculator. This is under continuous development.</p>
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br />Sample Size Calculator by Wan Nor Arifin is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
<p align="center"><code>© Wan Nor Arifin 2017-<script type="text/javascript" src="year_now.js"></script>
</code></p>
</div>
</body>
</html>