Mailspring/static/animations/airstrip/airstrip.html
Juan Tejada e56f866551 feat(inbox-zero): Adds inbox zero animations and empty states
Summary: Adds inbox zero animations and empty states

Test Plan: Manual

Reviewers: bengotow

Reviewed By: bengotow

Differential Revision: https://phab.nylas.com/D2801
2016-03-25 09:56:02 -07:00

45 lines
959 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 - V0</title>
<style>
html {
height:100%;
}
body {
background-color:#FFFFFF;
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="airstripv0_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%20-%20V0.2.hyperesources/airstripv0_hype_generated_script.js?21524"></script>
</div>
<!-- end copy -->
<!-- text content for search engines: -->
<div style="display:none">
</div>
<!-- end text content: -->
</body>
</html>