mirror of
https://github.com/zealdocs/zeal.git
synced 2026-08-29 16:40:51 +08:00
1c068d42f7
This is an attempt to provide a better structure to the project. All modules are now individual subprojects called libraries. QxtGlobalShortcut was moved to the Ui library, and resources are part of the application (app) subproject.
19 lines
637 B
HTML
19 lines
637 B
HTML
<html>
|
|
<head>
|
|
<title>Start Page</title>
|
|
<link href="main.css" rel="stylesheet" type="text/css">
|
|
</head>
|
|
<body onmousedown="event.preventDefault()" oncontextmenu="event.preventDefault()">
|
|
<div class="dynamic"></div>
|
|
<div class="container">
|
|
<img src="qrc:///icons/logo/128x128.png">
|
|
<h1 id="title">Zeal</h1>
|
|
</div>
|
|
<div class="dynamic"></div>
|
|
<footer>
|
|
<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>
|
|
</footer>
|
|
</body>
|
|
</html>
|