mirror of
https://github.com/servo/servo
synced 2026-04-26 17:45:19 +02:00
15 lines
256 B
HTML
15 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>
|