-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (36 loc) · 1.03 KB
/
index.html
File metadata and controls
36 lines (36 loc) · 1.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>moncface</title>
<style>
body {
font-family: system-ui, -apple-system, sans-serif;
max-width: 600px;
margin: 80px auto;
padding: 0 20px;
background: #1a1a2e;
color: #e0e0e0;
}
h1 { font-size: 2em; color: #fff; }
p { color: #bbb; }
body { text-align: center; }
a { color: #7ecfff; text-decoration: none; }
a:hover { text-decoration: underline; }
</style>
</head>
<body>
<h1>moncface</h1>
<p>Independent developer creating simple, essential, and beautiful apps.</p>
<p>
<a href="https://github.com/moncface">GitHub</a> ·
<a href="https://x.com/moncface">X</a> ·
<a href="mailto:support@moncface.com">Email</a>
</p>
<hr style="border: none; border-top: 1px solid #333; margin: 3em 0 1.5em;">
<p style="font-size: 0.8em;">
<a href="/tokushoho">特定商取引法に基づく表記 / Legal</a>
</p>
</body>
</html>