Skip to content

Commit 08c3aa9

Browse files
committed
!
1 parent ad150d6 commit 08c3aa9

1 file changed

Lines changed: 46 additions & 0 deletions

File tree

index.html

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
<!DOCTYPE html>
2+
<html lang="ja">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Common Creationのチラシの裏</title>
7+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css">
8+
<style>
9+
html, body {
10+
height: 100%;
11+
box-sizing: border-box;
12+
margin-top: 0;
13+
margin-bottom: 0;
14+
}
15+
body {
16+
display: flex;
17+
flex-direction: column;
18+
}
19+
.content {
20+
flex: 1;
21+
}
22+
.footer {
23+
text-align: center;
24+
padding-bottom: 20px;
25+
}
26+
</style>
27+
</head>
28+
<body>
29+
<div class="content">
30+
<h1>Common Creationのチラシの裏</h1>
31+
<h2>裏紙一覧</h2>
32+
<ul>
33+
<li>eSIM
34+
<ul>
35+
<li><a href="esim/string/">string 👉 byte array</a></li>
36+
<li><a href="esim/uicc-parameter/">UICC system specific parameters generator</a></li>
37+
</ul>
38+
</li>
39+
</ul>
40+
</div>
41+
<div class="footer">
42+
<hr />
43+
<div>©︎ Common Creation, Co., Ltd.</div>
44+
</div>
45+
</body>
46+
</html>

0 commit comments

Comments
 (0)