Skip to content

Commit

Permalink
Initial commit with index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
SpyderVen0m committed Dec 19, 2024
1 parent 2fb6a67 commit 4f30ebe
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md

This file was deleted.

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 GitHub Pages Site</title>
</head>
<body>
<h1>Welcome to My GitHub Pages!</h1>
<p>This is my site built using GitHub Pages and Codespaces.</p>
</body>
</html>
Empty file removed test.c++
Empty file.

0 comments on commit 4f30ebe

Please sign in to comment.