-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9551dd5
commit 9fe1d40
Showing
35,616 changed files
with
4,086,954 additions
and
1,898 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,19 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>gabrielf11</title> | ||
<meta name="description" content="a small website to store my projects and stuff"> | ||
<link rel="stylesheet" href="src/style.css"> | ||
<link href="/dist/output.css" rel="stylesheet"> | ||
</head> | ||
<body> | ||
<div class="flex items-center justify-center"> | ||
<h1 class="text-9xl font-black">gabrielf11</h1> | ||
<h2>more coming soon...</h2> | ||
</div> | ||
<body class="bg-white text-black dark:bg-slate-800 dark:text-white text-center"> | ||
<h1 class="text-7xl font-black p-5">gabrielf11.github.io</h1> | ||
<caption>This website is not finished, and will take a while to be completed.</caption> | ||
<h2 class="text-5xl font-bold p-5">Projects</h2> | ||
<div class="text-3xl no-underline hover:text-blue-500 hover:underline"> | ||
<a href="gabrielf11.github.io/imbored">imbored</a> | ||
</div> | ||
</body> | ||
</html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.