Large diffs are not rendered by default.

This file was deleted.

@@ -987,7 +987,7 @@ section.color-right.grapefruit-dark {background-color:#DA4453;}
}
#color8 .iconSum{
width: 100%;
margin-left: 15%;
margin-left: 20%;
margin-top: 0;
}

@@ -9,7 +9,7 @@ var express = require('express');
app.use(express.static('public'));
app.use(bodyParser.urlencoded({extended: true}));
app.get('/', function(req, res) {
res.sendFile('prova.html', { root: __dirname });
res.sendFile('index.html', { root: __dirname });
});

var con = mysql.createConnection({