-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
16 lines (16 loc) · 1.18 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Explore the best Ron Swanson quotes from the hit TV show 'Parks and Recreation.' Discover the wit, wisdom, and hilarious one-liners from Pawnee's favorite mustachioed director of the Parks and Recreation Department. Whether you're looking for motivational quotes, funny sayings, or insightful life lessons, Ron Swanson's memorable quotes will leave you inspired and laughing. Dive into the world of Ron Swanson and find your favorite quotes to share with friends or save for later. Perfect for fans of Nick Offerman and 'Parks and Rec.'">
<title>Ron swanson quotes</title>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>