-
Notifications
You must be signed in to change notification settings - Fork 1
/
voice.html
38 lines (28 loc) · 924 Bytes
/
voice.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!--Web App Manifest-->
<link rel="manifest" href="manifest.json">
<meta name="theme-color" content="#317EFB"/>
<title>Rivers.run - Voice Assistant</title>
</head>
<body>
<style>
h1, h2 {
text-align: center;
}
@media (prefers-color-scheme: dark) {
html, body {
background-color: black;
color: #cccccc;
}
}
</style>
<script src="packages/allPages.js"></script>
<h1>Rivers.run Voice Assistant</h1>
<h2>Get river levels and more using your voice!</h2>
<h3>For Amazon Alexa:</h3>
<p>Take a look at the <a href="https://www.amazon.com/dp/B081N4TZVK/" target="_blank">Rivers.run Water Levels skill</a> for Amazon Alexa. It can provide water levels, relative flows, and temperatures.</p>
</body>
</html>