Added index.html for counter

02-counter
jason.zhu 2021-05-17 16:48:59 +10:00
parent a4669af173
commit 12979d8c1c
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Counter</title>
<!-- styles -->
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>your code goes here</h1>
<!-- javascript -->
<script src="app.js"></script>
</body>
</html>