blob: 63fd9cd0c92b0efc859d43089d7dd758f986b969 (
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
42
43
44
|
<html>
<head>
<title>Joe's own website</title>
</head>
<body>
<h1>Welcome to Joe's dev blog</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>
<th>
<a href="">Links</a>
</th>
</tr>
</table>
</div>
<p>
This is some text
</p>
</body>
</html>
|