Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lab Template

File tempate for basic HTML, CSS, and JavaScript classes

Basic Structure

Here is the basic structure with stub or empty files in place.

.
├── index.html
├── css
│   └── site.css
├── img
│   └── cute-grey-kitten.jpg
├── js
│   └── site.js
├── lab1
│   ├── index.html
│   ├── css
│   │   └── lab.css
│   ├── img
│   └── js
│       └── lab.js
├── lab2
│   ├── index.html
│   ├── css
│   │   └── lab.css
│   ├── img
│   └── js
│       └── lab.js
├── lab3
│   ├── index.html
│   ├── css
│   │   └── lab.css
│   ├── img
│   └── js
│       └── lab.js
├── lab4
│   ├── index.html
│   ├── css
│   │   └── lab.css
│   ├── img
│   └── js
│       └── lab.js
├── lab5
│   ├── index.html
│   ├── css
│   │   └── lab.css
│   ├── img
│   └── js
│       └── lab.js
├── lab6
│   ├── index.html
│   ├── css
│   │   └── lab.css
│   ├── img
│   └── js
│       └── lab.js
└── experiments
   └── index.html

About

File tempate for basic HTML, CSS, and JavaScript classes

Resources

Stars

7 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages