Skip to content

Latest commit

 

History

73 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

ART 101: Intro to Programming for the Arts - Spring 2025

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages

Generated from wmodes/lab-template