Go to file
Notoric 2779c9e5b0 Updated PNumber 2024-02-04 17:38:13 +00:00
css Initial commit 2024-02-04 16:29:54 +00:00
js Initial commit 2024-02-04 16:29:54 +00:00
index.html Updated PNumber 2024-02-04 17:38:13 +00:00
readme.md add deadline 2024-02-04 16:29:56 +00:00

readme.md

Review Assignment Due Date

CTEC3905 Assignment

This repository contains basic boilerplate code for you to get started with.

You will need to replace the contents of these files with your own code.

index.html

The index.html file includes a basic template with a link to the css/styles.css file and a script tag after the main content which links to the js/scripts.js file.

css/styles.css

The css/styles.css file contains a basic starting template for a responsive page.

js/scripts.js

The js/scripts.js file contains a simple console.log statement to confirm that it is being executed.