# Lab2 - Homework
For this second lab, your assignment is also very easy.
- Understand the content of this lab.
- Set up your apache2
- Download the project below
- Publish the project in your localhost
- Edit the first page by put your name into it. (Anywhere Anyhow you like)
- Create another page that contain a button. Once click, the list of your team member appear.
- Push your complete project to your GitHub.
- Write a simple report and submit in PDF format to the Google Classroom.
# project structure
+-- pure-html
| +-- button
| | +-- app.js
| | +-- button.css
| | +-- index.html
| +-- interval
| | +-- app.js
| | +-- index.html
| +-- index.html
| +-- main-style.css
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10