Skip to content

Commit

Permalink
Add index.js and index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
guanyuelee committed May 19, 2022
1 parent 1e8399e commit fa93fb5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Empty file added index.css
Empty file.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./index.css">
<script src="./index.js"></script>
</head>
<body>

<h1>This is an h1 header. </h1>
</body>
</html>
Empty file added index.js
Empty file.

0 comments on commit fa93fb5

Please sign in to comment.