android_mt6572_jiabo/packages/screensavers/WebView/assets/default.html
2025-09-05 16:56:03 +08:00

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 &ldquo;Share&rdquo; menu option in your browser to choose a URL for this dream.
</div>
</body>
</html>