blob: 3a694e4a9c4d222f03a4be35823bbbe9a3bb3bba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<html>
<head>
<title>AnyClip Moment Selector Chrome Extension</title>
<style>
@font-face { font-family: 'Myriad Pro'; src: local('Myriad Pro Regular'), local('Myriad Pro'), url('http://static2.anyclipimg.com/fonts/MyriadPro-Regular.otf') format('opentype'); }
@font-face { font-family: 'Myriad Pro'; font-weight: bold; src: local('Myriad Pro Bold'), url('http://static2.anyclipimg.com/fonts/MyriadPro-Bold.otf') format('opentype'); }
@font-face { font-family: 'Myriad Pro'; font-style: italic; src: local('Myriad Pro Italic'), url('http://static2.anyclipimg.com/fonts/MyriadPro-It.otf') format('opentype'); }
@font-face { font-family: 'Myriad Pro'; font-weight: bold; font-style: italic; src: local('Myriad Pro Bold Italic'), url('http://static2.anyclipimg.com/fonts/MyriadPro-BoldIt.otf') format('opentype'); }
body,input,textarea,pre { font-family: "Myriad Pro", Myriad, "Myriad Web Pro", Helvetica, Arial, sans-serif; }
</style>
</head>
<body>
<img src="http://labs.anyclip.com/labs-logo.png" align="right">
<h2>AnyClip Moment Selector <i>for Google Chrome</i></h2>
<script>
if (navigator.userAgent.toLowerCase().indexOf('chrome') == -1)
document.write('<h3>You are not running Google Chrome. Download it <a href="http://www.google.com/chrome">here</a> to run the AnyClip Moment Selector.</h3>');
else
document.write('<h3><a href="extension.crx">Click here</a> to download and install the extension. Be sure to accept the confirmation box at the bottom of the screen.</h3>');
</script>
<p><img src="screenshot.png"></p>
</body>
</html>
|