Skip to content

Latest commit

 

History

71 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.

.
├── css
│   └── site.css
├── experiments
├── img
│   └── my_photo.jpg
├── index.html
├── js
│   └── site.js
├── lab1
│   ├── css
│   │   └── lab.css
│   ├── img
│   │   └── thing1.jpg
│   ├── index.html
│   └── js
│       └── lab.js
├── lab2
│   ├── css
│   │   └── lab.css
│   ├── img
│   │   └── thing1.jpg
│   ├── index.html
│   └── js
│       └── lab.js
├── lab3
│   ├── css
│   │   └── lab.css
│   ├── img
│   │   └── thing1.jpg
│   ├── index.html
│   └── js
│       └── lab.js
├── lab4
│   ├── css
│   │   └── lab.css
│   ├── img
│   │   └── thing1.jpg
│   ├── index.html
│   └── js
│       └── lab.js
├── lab5
│   ├── css
│   │   └── lab.css
│   ├── img
│   │   └── thing1.jpg
│   ├── index.html
│   └── js
│       └── lab.js
└── lab6
    ├── css
    │   └── lab.css
    ├── img
    │   └── thing1.jpg
    ├── index.html
    └── js
        └── lab.js

About

Class website

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages

Generated from wmodes/lab-template