Mobile Fixes and SEO

This commit is contained in:
Leo Herzog
2020-11-05 12:06:02 -05:00
parent 3f558e36a1
commit 239021266d
2 changed files with 11 additions and 1 deletions

View File

@@ -1,10 +1,20 @@
<!DOCTYPE html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, width=device-width, user-scalable=no" />
<meta name="description" content="Inspect and edit what's in your Torrent file or Magnet link" />
<meta name="keywords" content="torrent, webtorrent, magnet, p2p, peer to peer, filesharing, announce, tracker, webseed" />
<meta name="author" content="Leo Herzog | herzog.tech" />
<meta name="theme-color" content="#102030" />
<title>Torrent Parts | Inspect and edit what's in your Torrent file or Magnet link</title>
<link rel="stylesheet" href="style.css" />
<link href="https://fonts.googleapis.com/css2?family=Alata&display=swap" rel="stylesheet">
<script async src="https://kit.fontawesome.com/9ca49f101f.js"></script>
</head>
<body>

View File

@@ -4,8 +4,8 @@
"description": "📑 A website to inspect and edit Torrent files and Magnet URLs",
"main": "bundle.js",
"dependencies": {
"Buffer": "latest",
"browserify": "latest",
"Buffer": "latest",
"bytes": "latest",
"clipboard": "latest",
"dropzone": "latest",