-
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
8c69718
commit 4982bf2
Showing
1 changed file
with
25 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,25 @@ | ||
|
||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Turbofetch Github Page</title> | ||
<style> | ||
body { | ||
background-color: rgb(34, 18, 18); | ||
color: rgb(200, 200, 200); | ||
font-family: sans-serif; | ||
padding-left: 15%; | ||
padding-right: 15% | ||
} | ||
|
||
h1 { | ||
color: white; | ||
text-align: center; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<h1>Turbofetch</h1> | ||
<p>A stat-fetching program created using Turbowarp. This was just made for fun; I don't expect anyone to make this project seriously or to actually daily drive this.</p> | ||
<a href="https://github.com/dddddjdddjddjdjdd/turbofetch">Github page</a> | ||
</body> | ||
</html> |