Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
zoroxide authored Apr 2, 2024
1 parent c148011 commit 52c9769
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions templates/project_template/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lepo Project</title>
<title>Lepo New Project</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="app"></div>

<button id="my-component-button">Click me!</button>

<h1>Lepo Example Project ! </h1>
<p>Congrats, You have Compiled a Lepo Project Succesfully</p>
<script src="main.js"></script>
</body>
</html>

0 comments on commit 52c9769

Please sign in to comment.