mirror of
https://github.com/caperren/school_archives.git
synced 2025-11-09 21:51:15 +00:00
Added work from my other class repositories before deletion
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "CS290_Week7",
|
||||
"version": "1.0.0",
|
||||
"description": "Week 7 content.",
|
||||
"main": "week7.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "Corwin Perren",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"body-parser": "^1.13.3",
|
||||
"express": "^4.13.2",
|
||||
"express-handlebars": "^2.0.1",
|
||||
"express-session": "^1.11.3",
|
||||
"mysql": "^2.8.0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
<h1>Error 404 - Page Is Nowhere to be Found</h1>
|
||||
@@ -0,0 +1 @@
|
||||
<h1>Error 500 - Something Has Gone Terribly Wrong</h1>
|
||||
@@ -0,0 +1,9 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Demo Page</title>
|
||||
</head>
|
||||
<body>
|
||||
{{{body}}}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user