Skip to content

Commit

Permalink
fix(rate-limited): fix page title
Browse files Browse the repository at this point in the history
  • Loading branch information
raflymln authored Jul 20, 2024
1 parent cbf46bc commit 9e1c318
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rate-limited.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<!doctype html>
<!DOCTYPE html>

<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />

<title>Access Blocked | Tako</title>
<title>Rate Limited | Tako</title>

<script src="https://cdn.tailwindcss.com?plugins=typography"></script>
<link rel="icon" type="image/png" href="./icon.png" />
Expand Down

0 comments on commit 9e1c318

Please sign in to comment.