23 lines
No EOL
468 B
HTML
23 lines
No EOL
468 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
body {
|
|
background-color: black;
|
|
color: gray;
|
|
font-size: 16pt;
|
|
font-family: "Roboto-Light", Roboto, sans-serif;
|
|
text-align: center;
|
|
}
|
|
#text {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
margin-top: 96pt;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="text">
|
|
Use the “Share” menu option in your browser to choose a URL for this dream.
|
|
</div>
|
|
</body>
|
|
</html> |