Friday, December 22, 2017

Really simple screen saver


I created this trick with simple blank and black HTML page, and browser "Full Screnn" mode.




The HTML file is listed below.

<html>
<head>
<title>Press F11 to end full screen</title>
<style>
html {
  background-color: #000000;
}
</style>
</head>
<body>
<h1>Press F11 to end full screen</h1>
</body>
</html>

No comments:

Post a Comment