-
Notifications
You must be signed in to change notification settings - Fork 6
/
weather.csv
We can make this file beautiful and searchable if this error is corrected: Illegal quoting in line 2.
76 lines (70 loc) · 4.25 KB
/
weather.csv
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<!--[if IE 7 ]> <html class="oldie ie7"> <![endif]-->
<!--[if IE 8 ]> <html class="oldie ie8"> <![endif]-->
<!--[if IE 9 ]> <html class="oldie ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html> <!--<![endif]-->
<head>
<base href="https://account.wolfram.com/auth/">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#dd1100">
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="preload" href="https://www.wolframcdn.com/fonts/source-sans-pro/1.0/SourceSansPro-Light.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="https://www.wolframcdn.com/fonts/source-sans-pro/1.0/SourceSansPro-Regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="https://www.wolframcdn.com/fonts/source-sans-pro/1.0/SourceSansPro-SemiBold.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" type="text/css" href="css/main.97a74b.min.css">
<title>Sign In - Wolfram Cloud</title>
</head>
<body class="layout vertical">
<main id="main-page-wrapper">
<div id="page-content">
<div id="sign-in" class="container">
<div id="wolf-oauth" class="center-block">
<form class="form" id="user-form" action="login.do" method="post" novalidate>
<div id="form-logo">
<div class=svg-image id=wolframcloud-logo></div>
</div>
<div id="form-container">
<div id="form-main">
<h3 class="red">Sign In with Your Wolfram ID</h3>
<div id="form-input">
<div class="form-group " id="wolfram-id">
<label class="control-label">Email</label>
<input path="email" type="email" class="form-control" name="j_username" value="">
</div>
<div class="form-group " id="pw">
<label class="control-label">Password</label>
<input path="password" type="password" class="form-control" name="j_password">
</div>
<div class="checkbox" id="remember">
<label class="control-label">
<input path="rememberMe" type="checkbox" name="j_staySignedIn" checked>Remember me</label>
</div>
</div>
<div class="layout horizontal center justified" id="form-actions">
<button class="submit-btn btn-primary" id="sign-in-btn" name="login" type="submit" wal-event="'Sign in' button Clicked">Sign in</button>
<a class="row-text text-right" target="_blank" href="forgot-password">
<p class="no-margin">Forgot your password?</p>
</a>
</div>
</div>
</div>
<h4>Don't have a Wolfram ID? <a id="create-account" href="create" wal-event="'Create one' link Clicked">Create one</a>.</h4>
<input type="hidden" name="_csrf" value="1212ecad-2694-4c24-9e3c-9d7104838ca6"/>
</form>
</div>
</div>
</div>
</main>
<footer id="footer">
© 2018 Wolfram Research, Inc. <span class="pipe">|</span> <a href="https://www.wolfram.com/legal/terms/wolfram-id-terms.html" target="_blank" rel="noopener">Terms</a> <span class="pipe">|</span> <a href="https://www.wolfram.com/legal/privacy/wolfram-research.html" target="_blank" rel="noopener">Privacy</a> <span class="pipe">|</span> <a href="https://www.wolfram.com/support/contact/email/?topic=Account" target="_blank">Support</a></footer>
<script src="https://www.wolframcdn.com/consent/cookie-consent.php" async></script>
<script>
var locale = "en";
var trackingEnabled = "false";
var walTrackingUrl = "wal.wolfram.com";
</script>
<script src="js/polyfill.2be796.min.js" defer></script>
<script src="js/main.11250f.min.js" defer></script>
</body>
</html>