Skip to content

Commit

Permalink
demo
Browse files Browse the repository at this point in the history
  • Loading branch information
jessieyyt committed Dec 27, 2024
1 parent 917edd2 commit 74db06d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="styles.css" />
<title>Vanilla JavaScript App</title>
<title>Vanilla Static web App</title>
</head>

<body>
<main>
<h1>Vanilla JavaScript App</h1>
<h1>Vanilla Static web App</h1>
<p>Loading content from the API: <b id="message"></b></b></p>
</main>
</body>
Expand Down

0 comments on commit 74db06d

Please sign in to comment.