-
Notifications
You must be signed in to change notification settings - Fork 12
/
beta.html
60 lines (45 loc) · 2.14 KB
/
beta.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en">
<head prefix="og: http://ogp.me/ns#">
<meta charset="UTF-8"/>
<meta name="description" content="Text Editor for macOS"/>
<title>CotEditor Beta</title>
<meta property="og:type" content="article"/>
<meta property="og:url" content="https://coteditor.com/beta"/>
<meta property="og:title" content="CotEditor Beta"/>
<meta property="og:description" content="Download CotEditor beta."/>
<meta property="og:image" content="https://coteditor.com/img/appicon/[email protected]"/>
<meta property="og:site_name" content="CotEditor"/>
<meta property="og:locale" content="en_US"/>
<meta property="twitter:card" content="summary"/>
<meta property="twitter:creator" content="@CotEditor"/>
<link rel="shortcut icon" href="favicon.png" type="image/png" sizes="16x16"/>
<link rel="shortcut icon" href="[email protected]" type="image/png" sizes="32x32"/>
<link rel="stylesheet" href="css/common.css"/>
<link rel="stylesheet" href="css/beta.css"/>
<script async="async" src="js/common.js"></script>
</head>
<body>
<header>
<img src="img/appicon/[email protected]" width="256" alt="[appIcon]"/>
<h1>CotEditor <span>Beta</span></h1>
</header>
<main>
<p>No beta version is currently available. Get the <a href="./">stable version</a>.</p>
<!-- <p>This is a development version. Get the latest stable version on the <a href="https://itunes.apple.com/app/coteditor/id1024640650?ls=1">Mac App Store</a>.</p>
<p>Before installing a beta version, you <strong>MUST</strong> read the release notes.</p>
<a href="https://github.com/coteditor/CotEditor/releases/download/5.0.0-rc/CotEditor_5.0.0-rc.dmg" class="download">
download <span>v5.0.0-rc</span>
</a>
<ul>
<li><time>2024-09-15</time></li>
<li>macOS 14+</li>
<li>release notes: <a href="releasenotes/5.0.0-beta.en" hreflang="en">en</a> | <a href="releasenotes/5.0.0-beta.ja" hreflang="ja">ja</a></li>
</ul>
<p id="issues">📃 <a href="https://github.com/coteditor/CotEditor/issues" title="Issues・coteditor/CotEditor">Report Bug</a></p>-->
</main>
<footer>
<p class="copyright">© 2014-2024 CotEditor Project</p>
</footer>
</body>
</html>