Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
soulincsl committed Dec 5, 2023
0 parents commit 1e8a9e8
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# DO NOT READ ME
20 changes: 20 additions & 0 deletions api/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[
{
"title": "First test",
"projects": [
{
"title": "first test 1",
"url": "https://github.com/"
}
]
},
{
"title": "First test",
"projects": [
{
"title": "first test 1",
"url": "https://github.com/"
}
]
}
]
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>My Works</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="w-full sm:h-screen max-w-screen-xl mx-auto p-4 md:py-8">
<h1 class="text-2xl">I'm lazy, that's why I do this...</h1>
</body>
</html>

0 comments on commit 1e8a9e8

Please sign in to comment.