mirror of
https://github.com/servo/servo.git
synced 2025-06-23 00:24:35 +01:00
12 lines
210 B
HTML
12 lines
210 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Servo Browser Engine</title>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<a href="http://github.com/servo/servo">Servo Project</a>
|
|
</div>
|
|
</body>
|
|
</html>
|