Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -999,12 +999,12 @@ fn main() -> Result<(), Box<dyn Error>> {
"<!DOCTYPE html>
<html>
<head>
<title>{CHART_TITLE}</title>
<title>btracker</title>
<link rel='icon' type='image/png' href='{OUTPUT_FAVICON_FILENAME}'>
<link rel='stylesheet' href='style.css'>
</head>
<body>
<h1>{CHART_TITLE}</h1>
<h1>200-Week Bitcoin Price Analysis</h1>
<a href='{REPOSITORY_URL}'>Link to the btracker repo</a>
<br><br>
<img src='{OUTPUT_LINEAR_IMAGE_FILENAME}' alt='Linear Chart'>
Expand Down