diff --git a/public/css/main.css b/public/css/main.css index a27f3a8..c03f98c 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -9,6 +9,7 @@ } footer { + margin-top: 20px; position:fixed; bottom:0; left:0; @@ -55,4 +56,13 @@ footer { a:link, a:visited { color: #30a247; text-decoration: none; + } + + #mag-res { + height: 500px; + width: auto; + } + + .pd-10 { + padding: 10px 10px; } \ No newline at end of file diff --git a/public/js/main.js b/public/js/main.js index e7f5e7d..6939714 100644 --- a/public/js/main.js +++ b/public/js/main.js @@ -8,3 +8,7 @@ client.on('error', function (err) { console.error('ERROR: ' + err.message) }) + + + + diff --git a/routes.js b/routes.js index 4f2b323..33fff74 100644 --- a/routes.js +++ b/routes.js @@ -31,4 +31,12 @@ router.get('/download', (req, res)=>{ }) }) +router.get('/download-magnetic-uri', (req, res)=>{ + res.render('magnetic.ejs', { + data: {}, + errors: {}, + title: 'Download Magnetic URI!' + }) +}) + module.exports = router \ No newline at end of file diff --git a/views/download.ejs b/views/download.ejs index b046370..260554d 100644 --- a/views/download.ejs +++ b/views/download.ejs @@ -37,10 +37,6 @@ \ No newline at end of file diff --git a/views/partials/header.ejs b/views/partials/header.ejs index 5428710..2ee6950 100644 --- a/views/partials/header.ejs +++ b/views/partials/header.ejs @@ -32,6 +32,9 @@