View difference between Paste ID: 2QuT1uy6 and JP9U6H6b
SHOW: | | - or go back to the newest paste.
1
<!DOCTYPE HTML>
2
<html>
3
<head>
4
    <meta charset="UTF-8">
5
    <script type="text/javascript" src="./circle.js"></script>
6
    <link rel="stylesheet" type="text/css" href="./circle.css">
7
8
    <title>Genetic Circle</title>
9
</head>
10
<body onload="main();">
11
	<div id="header">
12
		<h1 class="pagehead"><b><i>SUPER AWESOME GENETIC CIRCLE GENERATOR</i></b></h1>
13
		<h3 class="subheader">Well, more like mediocre ellipses, really.</h3>
14-
		<h6 class="subheader">This volume is dedicated to Satori Komeji.</h6>
14+
		<h6 class="subheader">This program is dedicated to Satori Komeji.</h6>
15
	</div>
16
    <div id="stuff">
17
		<div>
18
			<canvas id="drawing" width="800px" height="800px"></canvas>
19
		</div>
20
		<div class="rankingTable">
21
			<table>
22-
				<caption class="pagehead">Latest canidate polygons</caption>
22+
				<caption class="pagehead">Latest candidate polygons</caption>
23
				<thead>
24
					<tr>
25
						<th>Rank</th>
26
						<th>Area</th>
27
						<th>Perimeter</th>
28
						<th>σ</th>
29
						<th>μ</th>
30
						<th>4π<i>A</i><sup>2</sup>÷<i>L</i><sup>2</sup></th>
31
						<th>Fitness</th>
32
					</tr>
33
				</thead>
34
35
				<tbody id="rankingEntry"></tbody>
36
			</table>
37
		</div>
38
    </div>
39
	<div id="stats"></div>
40
</body>
41
</html>