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