-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathapp.html
More file actions
22 lines (22 loc) · 1.13 KB
/
app.html
File metadata and controls
22 lines (22 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<meta http-equiv='content-language' content="en">
<meta name="description" content="Explore live streams from Weather Ranch and our partners, including weather updates, music, and entertainment. Watch now!">
<title>Weather Ranch Streaming</title>
<meta property="og:title" content="Weather Ranch Streaming" />
<meta property="og:description" content="Explore live streams from Weather Ranch and our partners, including weather updates, music, and entertainment. Watch now!" />
<meta property="og:image" content="https://streaming.weatherranch.com/logo.png" />
<meta property="og:url" content="https://streaming.weatherranch.com" />
<meta property="og:type" content="website" />
<link rel="favicon" href="favicon.ico">
<link rel="manifest" href="/manifest/root.json"/>
<head>
<link rel="stylesheet" href="/css/root.css">
<link rel="stylesheet" href="/css/home.css">
<meta http-equiv="refresh" content="0;url=/home?appOpen=1">
</head>
<body>
</body>
</html>