Skip to content

Commit d81ff8a

Browse files
committed
Initial commit
0 parents  commit d81ff8a

File tree

5 files changed

+68
-0
lines changed

5 files changed

+68
-0
lines changed

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
jlet.dev

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# jlet-functions.github.io
2+
3+
jlet.dev site

github-icon.svg

Lines changed: 1 addition & 0 deletions
Loading

index.html

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8"/>
5+
<title>JLet</title>
6+
<meta property="og:title" content="JLet">
7+
<meta property="og:image"
8+
content="https://raw.githubusercontent.com/jlet-functions/jlet-functions.github.io/refs/heads/main/jlet-icon.svg">
9+
<meta property="og:url" content="https://jlet.dev/">
10+
<meta property="og:locale" content="en">
11+
<meta property="og:description" content="A set of scope functions for Java">
12+
<meta name="description" content="A set of scope functions for Java">
13+
<link rel="icon"
14+
href="https://raw.githubusercontent.com/jlet-functions/jlet-functions.github.io/refs/heads/main/jlet-icon.svg">
15+
<meta name="keywords" content="jlet, jlet java, jlet functions, scope functions, java"/>
16+
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
17+
<style>
18+
* {
19+
font-family: monospace;
20+
font-size: 24px;
21+
padding: 0;
22+
margin: 0;
23+
border: 0;
24+
box-sizing: border-box;
25+
}
26+
.center {
27+
text-align: center;
28+
width: 30em;
29+
max-width: 100%;
30+
padding: 1em;
31+
height: 20em;
32+
position: absolute;
33+
top: 0;
34+
bottom: 0;
35+
left: 0;
36+
right: 0;
37+
margin: auto;
38+
}
39+
p {
40+
margin: 1em 0;
41+
}
42+
</style>
43+
</head>
44+
<body>
45+
<div class="center">
46+
<p>
47+
<img src="https://raw.githubusercontent.com/jlet-functions/jlet-functions.github.io/refs/heads/main/jlet-icon.svg"
48+
style="height:150px;" alt="jlet icon"/></p>
49+
<p><strong>JLet</strong> is a set of scope functions for Java.</p>
50+
<p>
51+
<img src="https://raw.githubusercontent.com/jlet-functions/jlet-functions.github.io/refs/heads/main/github-icon.svg"
52+
style="height:42px; vertical-align: middle;" alt="github icon"/> <a
53+
href="https://github.com/jlet-functions/"> github</a> | <a
54+
href="https://github.com/jlet-functions/jlet?tab=readme-ov-file#stebz"> docs</a>
55+
</p>
56+
</div>
57+
</body>
58+
</html>

jlet-icon.svg

Lines changed: 5 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)