mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-11 02:30:21 +08:00
19 lines
645 B
HTML
19 lines
645 B
HTML
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
|
|
<link rel="stylesheet" type="text/css" href="css/main.css"/>
|
|
<link rel="stylesheet" type="text/css" href="css/tomorrow.css">
|
|
</head>
|
|
<body>
|
|
<!--
|
|
<div style="border-bottom:1px solid #ccc;">
|
|
<img src="images/edgehill.png" style="width:50px; height:50px; float:right;"/>
|
|
<h2>Nylas Mail Developer Preview</h2>
|
|
<span>Last Revised: May 8, 2015</span>
|
|
</div>
|
|
<div style="border-bottom:1px solid #ccc; padding:10px; margin-bottom:20px;">
|
|
<a href="index.html">Home</a>
|
|
<a href="api.html">API Reference</a>
|
|
</div>
|
|
-->
|