-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (60 loc) · 1.79 KB
/
index.html
File metadata and controls
60 lines (60 loc) · 1.79 KB
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="ja" dir="ltr">
<head>
<meta charset="utf-8">
<title>monochrome Project.</title>
<link rel="shortcut icon" href="/image/favicon.ico">
<link rel="stylesheet" href="/style/index.css">
</head>
<body>
<main>
<a href="/news/4" class="content">
<div class="content news _3">
<div class="text">
<h2>
Monot v.2.0.1リリース
<p>2025年3月2日公開</p>
</h2>
<p>Monot by monochrome. v2.0.1 (Build 13)</p>
</div>
</div>
</a>
<a href="/project/litest" class="content">
<div class="content litest">
<div class="text">
<h2>Litest
</h2>
<p>monochrome.エコシステムの第1歩。</p>
</div>
</div>
</a>
<a href="/project/monot" class="content">
<div class="content monot">
<div class="text">
<h2>Monot
<p>v.2.0.1 正式版</p>
</h2>
<p>生活に寄り添えるようなブラウザ。</p>
</div>
</div>
</a>
<a href="/project/elemental" class="content">
<div class="content elemental">
<div class="text">
<h2>Elemental</h2>
<p>より自然に、わかりやすく、誰が見ても同じように。</p>
</div>
</div>
</a>
<a href="/docs/monot" class="content">
<div class="content monot">
<div class="text">
<h2>Monot ドキュメント</h2>
<p>CSSによるテーマ機能の詳細、ソースコードの解説、などを見てみましょう</p>
</div>
</div>
</a>
</main>
<script src="/script/preload.js"></script>
</body>
</html>