-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (19 loc) · 830 Bytes
/
index.html
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 lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<title>Current Temperature</title>
<meta name="description"
content="A simple weather app that displays the current temperature in any chosen city. Built as a student project while learning about API's.">
<meta name="theme-color" content="orange" />
<link rel="icon" type="image/x-icon" href="icon.svg">
<meta property="og:image" content="icon.svg">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<script src="index.js"></script>
<a href="https://github.com/holoflash/Current-Temperature/blob/main/README.md" class="holoflash">/holoflash</a>
</body>
</html>