survey_seahorse

Software Engineering Project - Fall 2018
Log | Files | Refs | README

commit b347033ca449fe3a8ef54f211711adbfce919258
parent a60c7bc96abe9e173817d290782f3099db46cb5e
Author: John Kubach <johnkubach@gmail.com>
Date:   Sat, 15 Dec 2018 15:39:58 -0500

remove uneeded files

Diffstat:
Dwebsite/res/script/chart.html | 24------------------------
Dwebsite/results.php | 3---
2 files changed, 0 insertions(+), 27 deletions(-)

diff --git a/website/res/script/chart.html b/website/res/script/chart.html @@ -1,24 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <title>ChartJS - BarGraph</title> - <style type="text/css"> -#chart-container { - width: 640px; - height: auto; -} - </style> - </head> - <body> - <center> - <div id="chart-container"> - <canvas id="mycanvas"></canvas> - </div> - - <!-- javascript --> - <script type="text/javascript" src="jquery-3.3.1.min.js"></script> - <script type="text/javascript" src="Chart.min.js"></script> - <script type="text/javascript" src="app.js"></script> - </center> - </body> -</html> diff --git a/website/results.php b/website/results.php @@ -1,3 +0,0 @@ -<?php -session_start(); -include_once 'config.php';