Mailspring/static/animations/inbox-zero/airstrip/airstrip.html
Juan Tejada ab20c51bf0 fix(animations): Rename animations to use always lower case
- Fixes issue were folder got commited with wrong name because of git
  ignore case config
- #1829
2016-03-28 10:49:13 -07:00

45 lines
922 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="chrome=1,IE=edge" />
<title>Airstrip</title>
<style>
html {
height:100%;
}
body {
margin:0;
height:100%;
}
</style>
<!-- copy these lines to your document head: -->
<meta name="viewport" content="user-scalable=yes, width=600" />
<!-- end copy -->
</head>
<body>
<!-- copy these lines to your document: -->
<div id="airstrip_hype_container" style="margin:auto;position:relative;width:600px;height:500px;overflow:hidden;" aria-live="polite">
<script type="text/javascript" charset="utf-8" src="airstrip.hyperesources/airstrip_hype_generated_script.js?2725"></script>
</div>
<!-- end copy -->
<!-- text content for search engines: -->
<div style="display:none">
<div></div>
</div>
<!-- end text content: -->
</body>
</html>