aboutsummaryrefslogtreecommitdiffstats
path: root/tests/html/service-worker/profile.html
blob: 80d64df8a0d10ace8f3e0bcd476860f1df01c48f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Profile Page</title>
</head>
<body>
<div>
<a href="/">Back to home</a>
<h3>The profile page</h3>
<a href="http://github.com/servo/servo">Servo Project</a>
</div>
</body>
</html>