blob: 8ae264feb500c19165c10984ec3eda07d61113c4 (
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
|
<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="">GNU Emacs</a>
</th>
<th>
<a href="">My projects</a>
</th>
</tr>
</table>
</div>
<p>
This is some text
</p>
</body>
</html>
|