@nire0510/wmcli
Version:
Useful tools for webmasters
29 lines (23 loc) • 475 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Webmaster Image Gallery</title>
<style>
html,
body {
background-color: #000;
font-family: arial;
height: 100vh;
margin: 0;
overflow: hidden;
padding: 0;
width: 100vw;
}
</style>
</head>
<body>
</body>
</html>