blob: 56360ef28c9778f25a6ba020718819608507feb6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!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>
|