summaryrefslogtreecommitdiff
path: root/html/trivial-document.html
blob: 1d1ccb68b5b493c4f6e6e9ede9df8e6d87fd7a6a (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
 <head>
  <title>Trivial document</title>
 </head>
 <body>
  <h1>Trivial document</h1>
  <p>Hello!</p>
 </body>
</html>