Browse Source

(fix) title

pull/1/head
Muthu Kumar 5 years ago
committed by GitHub
parent
commit
d911d54238
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      routes/index.js

2
routes/index.js

@ -10,7 +10,7 @@ const foundTemplate = (magnet, meta) => (`
<html> <html>
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>${meta.title}</title> <title> ${meta.title}</title>
<meta http-equiv="refresh" content="0; url=${magnet}"> <meta http-equiv="refresh" content="0; url=${magnet}">
<link rel="stylesheet" href="/stylesheets/style.css"> <link rel="stylesheet" href="/stylesheets/style.css">
</head> </head>

Loading…
Cancel
Save