forked from max-mapper/screencat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscreen.html
More file actions
20 lines (20 loc) · 726 Bytes
/
screen.html
File metadata and controls
20 lines (20 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<title>ScreenCat</title>
<meta name="author" content="max ogden">
<meta name="description" content="cool appz">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="stylesheets/css/tachyons.css" />
<link rel="stylesheet" href="stylesheets/css/screencat.css" />
</head>
<body class="wi-100">
<div class="content-container">
<input class="code-paste-input pam brs ba b--light-gray w-100 mw-fill" value="Loading..."></input>
</div>
<div class="multimedia-container"></div>
<script src="screen.js"></script>
</body>
</html>