Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
densola committed Aug 30, 2024
0 parents commit 712df32
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>densola.github.io</title>
</head>

<body>
<h1>Hi.</h1>
<p>Just a directory of stuff I'm working on.</p>
<h2>Projects</h2>
<ul>
<li><a href="./browser-homepage/">Browser Homepage</a> - Repo <a
href="https://github.com/densola/browser-homepage">here</a>.</li>
<li><a href="https://github.com/densola/email-news">Email News</a></li>
</ul>
<h2>Other</h2>
<ul>
<li><a href="./files/">Files</a> - A convenient web interface for files to download</li>
</ul>
</body>

</html>

0 comments on commit 712df32

Please sign in to comment.