mirror of
https://github.com/leoherzog/TorrentParts.git
synced 2026-01-24 04:08:04 -08:00
Mobile Fixes and SEO
This commit is contained in:
10
index.html
10
index.html
@@ -1,10 +1,20 @@
|
|||||||
<!DOCTYPE html lang="en">
|
<!DOCTYPE html lang="en">
|
||||||
|
|
||||||
<head>
|
<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>
|
<title>Torrent Parts | Inspect and edit what's in your Torrent file or Magnet link</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="style.css" />
|
<link rel="stylesheet" href="style.css" />
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Alata&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Alata&display=swap" rel="stylesheet">
|
||||||
<script async src="https://kit.fontawesome.com/9ca49f101f.js"></script>
|
<script async src="https://kit.fontawesome.com/9ca49f101f.js"></script>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -4,8 +4,8 @@
|
|||||||
"description": "📑 A website to inspect and edit Torrent files and Magnet URLs",
|
"description": "📑 A website to inspect and edit Torrent files and Magnet URLs",
|
||||||
"main": "bundle.js",
|
"main": "bundle.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Buffer": "latest",
|
|
||||||
"browserify": "latest",
|
"browserify": "latest",
|
||||||
|
"Buffer": "latest",
|
||||||
"bytes": "latest",
|
"bytes": "latest",
|
||||||
"clipboard": "latest",
|
"clipboard": "latest",
|
||||||
"dropzone": "latest",
|
"dropzone": "latest",
|
||||||
|
|||||||
Reference in New Issue
Block a user