mirror of
https://github.com/servo/servo.git
synced 2025-07-01 20:43:39 +01:00
15 lines
242 B
HTML
15 lines
242 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
body {
|
|
font-size: 75px;
|
|
text-align: center;
|
|
padding: 50px 10px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<a href="about:crash">here be dragons</a>
|
|
</body>
|
|
</html>
|