servo/tests/html/service-worker/profile.html
2016-08-09 22:04:57 +02:00

14 lines
256 B
HTML

<!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>