-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcloner.html
41 lines (36 loc) · 1.15 KB
/
cloner.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Cloner News</title>
</head>
<body>
<h1>Hacker News</h1>
<center><div >
<br>
<button type="submit" value="Jobs" id="job" class="choix">Jobs</button>
<button type="submit" value="Polls" id="poll" class="choix">Polls</button>
<button type="submit" value="Best Stories" id="best" class="choix">Best Stories</button>
<button type="submit" value="Top Stories" id="top" class="choix active">Top Stories</button>
<br>
<br>
</div></center>
<table>
<thead>
<tr>
<th id="title">Title<span class="data"></span></th>
<th id="by">By<span class="data"></span></th>
<th id="by">URL<span class="data"></span></th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<br>
<center><button type="submit" value="load" class="choix">load more ...</button></center>
<script src="cloner.js">
</script>
</body>
</html>