mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
14 lines
256 B
HTML
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>
|