forked from octocat/Spoon-Knife
-
Notifications
You must be signed in to change notification settings - Fork 0
/
forklist.html
70 lines (62 loc) · 1.27 KB
/
forklist.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Spoon-Knife / Who's forkin'?</title>
<LINK href="styles.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="navDiv" name="top">
<a href="./index.html">home</a>
<a href="./forklist.html">forklist</a>
</div>
<h1>Who's forking?<h1>
<p>
You can add yourself into the list to practice forking.<br>
The list is created as a simple HTML table.
<p>
<table class="paleBlueRows">
<thead>
<tr>
<th>date</th>
<th>url</th>
</tr>
</thead>
<tfoot>
<tr>
<td>yyyy-mm-dd</td>
<td><a href="https://github.com/">https://github.com/</a></td>
</tr>
</tfoot>
<tbody>
<tr>
<td>yyyy-mm-dd</td>
<td>https://github.com/octocat/</td>
</tr>
<tr>
<td>2020-09-07</td>
<td><a href="https://github.com/rhanak1987/">rhanak1987</a></td>
</tr>
<tr>
<td>yyyy-mm-dd</td>
<td>https://github.com/</td>
</tr>
<tr>
<td>yyyy-mm-dd</td>
<td>https://github.com/</td>
</tr>
<tr>
<td>yyyy-mm-dd</td>
<td>https://github.com/</td>
</tr>
</tbody>
</table>
<p>
<br>
<a href="#top">jump to the top</a>
<br>
fin
</p>
</body>
</html>
<!-- © 2020 GitHub, Inc. -->