mirror of
https://github.com/servo/servo.git
synced 2025-06-13 19:04:30 +00:00
23 lines
617 B
HTML
23 lines
617 B
HTML
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
* {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<blockquote>
|
|
The most terrifying fact about the universe is not that it is hostile but
|
|
that it is indifferent; but if we can come to terms with this indifference
|
|
and accept the challenges of life within the boundaries of death - however
|
|
mutable man may be able to make them - our existence as a species can have
|
|
genuine meaning and fulfillment. However vast the darkness, we must supply
|
|
our own light.
|
|
<footer>
|
|
<cite>Stanley Kubrick</cite>
|
|
</footer>
|
|
</blockquote>
|
|
</body>
|
|
</html>
|