gecko-dev/servo/tests/html/summit-crash.html

16 строки
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>