Skip to content

Commit 189a999

Browse files
committed
init web
0 parents  commit 189a999

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

_config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
theme: jekyll-theme-minimal
2+
title: Fsoft-AI4Code's homepage
3+
description: Bookmark this to keep an eye on our project updates!

index.html

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Empty Website</title>
7+
</head>
8+
<body>
9+
<p>Welcome to Fsoft-AI4Code</p>
10+
</body>
11+
</html>

0 commit comments

Comments
 (0)