Skip to content

Commit

Permalink
html css js
Browse files Browse the repository at this point in the history
  • Loading branch information
de-soot committed Dec 18, 2023
1 parent ac56a37 commit cd95e0f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>de-soot's website</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<main>
<h1>Welcome to My Website</h1>
</main>
<script src="index.js"></script>
</body>
</html>
Empty file added index.js
Empty file.
Empty file added style.css
Empty file.

0 comments on commit cd95e0f

Please sign in to comment.