-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (44 loc) · 3.68 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<title>m_screenrecorder</title>
</head>
<body>
<div class="container d-flex flex-column justify-content-center align-items-center vh-100">
<h1 class="display-4">The m_screenrecorder</h1>
<div class="mt-3" style="white-space: nowrap text-center">
<span class="mr-3" style="margin-left: -1ch; font-size: 3em; line-height: 1em; vertical-align: middle;">👉</span>
<a class="btn btn-lg btn-danger" href="javascript:(function(i,s,o,g,r,a,m){ i[r]={ start : 'autostart' };a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://cdn.jsdelivr.net/npm/m_screenrecorder@1.0.5/dist/m_screenrecorder.js','m_screenrecorder');">Start m_screenrecorder</a>
</div>
<div class="mt-5 text-center">
<p><strong>How to:</strong></p>
<p>Please copy the following JavaScript and create a bookmark in your browser and fill the link field with this snippet.</p>
<div class="input-group">
<input id="m_screenrecorder_code" type="text" class="form-control" readonly value="javascript:(function(i,s,o,g,r,a,m){ i[r]={ start : 'autostart' };a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://cdn.jsdelivr.net/npm/m_screenrecorder@1.0.5/dist/m_screenrecorder.js','m_screenrecorder');">
<div class="input-group-append">
<button class="btn btn-outline-secondary btn-clipboard" type="button" data-clipboard-target="#m_screenrecorder_code">Copy</button>
</div>
</div>
</div>
<footer class="py-3 mt-5">
<div class="container">
<span class="text-muted">
<a class="github-button" href="https://github.com/magma-design-studio/m_screenrecorder/subscription" aria-label="Watch magma-design-studio/m_screenrecorder on GitHub">Watch</a>
<span class="ml-3 d-inline-block" style="vertical-align: top">by Sebastian Tiede @ <a href="https://magmadesignstudio.de" target="_blank">magma design studio</a></span>
</span>
</div>
</footer>
</div>
<script async defer src="https://buttons.github.io/buttons.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.6/clipboard.min.js"></script>
<script>
new ClipboardJS('.btn-clipboard');
</script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>