|
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<meta charset="utf-8"> |
|
<base href="./"> |
|
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport" /> |
|
<meta content="Temperature prediction for the next 24 hours for Ronald Reagan Washington National Airport" name="description" /> |
|
<meta content="Sushant Karki" name="author" /> |
|
<link href="assets/favicon.ico" rel="icon" type="image/x-icon"> |
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> |
|
|
|
<title>Temperature prediction for the next 24 hours for Ronald Reagan Washington National Airport</title> |
|
<link rel="preconnect" href="https://fonts.gstatic.com"> |
|
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet"> |
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> |
|
</head> |
|
<body class="mat-typography"> |
|
<noscript>You need to enable JavaScript to run this app.</noscript> |
|
|
|
<div class="fade show" style="text-align: center; padding-top: calc(100vh / 2); height: 100vh"> |
|
<i class="spinner-grow spinner-grow-sm"></i> |
|
<span class="m-1">Loading...</span> |
|
</div> |
|
</body> |
|
</html> |
|
|