Skip to content

Commit

Permalink
update html
Browse files Browse the repository at this point in the history
  • Loading branch information
dddddjdddjddjdjdd authored Jun 9, 2024
1 parent 8c69718 commit 4982bf2
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion index.html
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>

0 comments on commit 4982bf2

Please sign in to comment.