Update css stylesheet path

This commit is contained in:
Jeffrey Serio 2023-08-21 02:02:50 -05:00
parent 9d12d23ee6
commit 3585533a81
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<head> <head>
<title>hyperreal.coffee: Torrent Stats</title> <title>hyperreal.coffee: Torrent Stats</title>
<link rel="icon" type="image/x-icon" href="coffee.svg"> <link rel="icon" type="image/x-icon" href="coffee.svg">
<link href="style.css" rel="stylesheet"> <link href="torrentstats.css" rel="stylesheet">
</head> </head>
<style> <style>
body { body {