blob: b82d09455c0f18a71d92ceb32571b0e4b558b96c (
plain)
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
|
<html>
<head>
<title>Joe's own website</title>
</head>
<body>
<h1>Welcome to Joe's website</h1>
<div>
<table>
<tr>
<th>
<a href="">C</a>
</th>
<th>
<a href="">C++</a>
</th>
<th>
<a href="">Lisp</a>
</th>
<th>
<a href="">Assembly</a>
</th>
<th>
<a href="">UNIX</a>
</th>
<th>
<a href="">GNU Emacs</a>
</th>
<th>
<a href="">My projects</a>
</th>
<th>
<a href="">My C/C++ style</a>
</th>
</tr>
</table>
</div>
<p>
This is some text
</p>
</body>
</html>
|