-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
15 lines (15 loc) · 762 Bytes
/
index.html
File metadata and controls
15 lines (15 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
<title>zzz</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta property="og:title" content="zzz">
<meta property="og:description" content="I sleep">
<meta property="og:image" content="sleepy.gif" />
<link rel="icon" href="sleepy.gif" type="image/gif">
<style>div { position: relative; height: 300px; } img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border-width: 0; } html {touch-action: pan-x pan-y;height: 100%; overflow: hidden }</style>
</head>
<body style="background-color: black;">
<div><a href="sleepy.gif" download="sleepy.gif"><img src="sleepy.gif"></a></div>
</body>
</html>