Compare commits

..

2 Commits

Author SHA1 Message Date
jason.zhu
4d963945f8 Merge branch '1-color-flipper' 2021-05-17 17:03:20 +10:00
jason.zhu
e85136c539 Renamed 01-color-flipper directory 2021-05-17 16:45:14 +10:00
6 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
<!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>