Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
Maym300 committed Mar 21, 2024
1 parent e0e6b00 commit 3ffc6fd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
<p>Hello11</p>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>First Page</title>
</head>
<body>
<h2>This is my first page</h2>
<script src="main.js"></script>
</body>
</html>
alert('xxx')
h2 {
color: red;
}
Empty file added main.js
Empty file.
Empty file added styles.css
Empty file.

0 comments on commit 3ffc6fd

Please sign in to comment.