mirror of
https://github.com/servo/servo
synced 2026-04-26 01:25:32 +02:00
16 lines
242 B
HTML
16 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>
|