Files
zeal/src/app/resources/browser/start.html
T

19 lines
637 B
HTML
Raw Normal View History

2014-08-16 11:02:41 +02:00
<html>
2015-02-16 23:22:03 -08:00
<head>
<title>Start Page</title>
2015-02-16 23:22:03 -08:00
<link href="main.css" rel="stylesheet" type="text/css">
</head>
2015-03-16 22:57:04 -07:00
<body onmousedown="event.preventDefault()" oncontextmenu="event.preventDefault()">
2015-02-16 23:22:03 -08:00
<div class="dynamic"></div>
<div class="container">
2015-04-04 15:18:48 -07:00
<img src="qrc:///icons/logo/128x128.png">
2015-02-16 23:22:03 -08:00
<h1 id="title">Zeal</h1>
</div>
<div class="dynamic"></div>
<footer>
2015-09-09 01:37:56 -04:00
<p><a href="https://zealdocs.org">zealdocs.org</a> | <a href="https://twitter.com/zealdocs">@zealdocs</a><p>
<p><small><a href="https://www.kapeli.com/dash">Get Dash for OS X or iOS</a></small><p>
2015-02-16 23:22:03 -08:00
</footer>
</body>
2014-08-16 11:02:41 +02:00
</html>