forked from anisurrahmanlikhon/WolfreeAlpha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
79 lines (63 loc) · 3.29 KB
/
index.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
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
77
78
79
<!DOCTYPE html>
<html lang="en">
<head>
<title>WolfreeAlpha: FREE Wolfram|Alpha Step-by-Step Solutions</title>
<meta name="description" content="How to show steps for FREE in Wolfram|Alpha? Get Wolfram Alpha Pro Features for Free. Use step-by-step calculators for chemistry, calculus, algebra, trigonometry, equation solving, basic math, and more. Gain more understanding of your homework with steps and hints guiding you from problems to answers! Wolfram|Alpha Pro Step-by-step solutions not only give you the answers you're looking for but also help you learn how to solve problems.">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="icon.png">
<link rel="stylesheet" href="stylesheet.css">
<!-- Open Graph Protocol -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://wolfreealpha.github.io/">
<meta property="og:title" content="WolfreeAlpha: FREE Wolfram|Alpha Step-by-Step Solutions">
<meta property="og:description" content="Get FREE access to Wolfram|Alpha Pro. Unlock full step-by-step solutions for everyone.">
<meta property="og:image" content="https://www.wolframalpha.com/_next/static/images/headerSmall_14ipXg3E.png">
<!-- Twitter Cards -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="WolfreeAlpha: FREE Wolfram|Alpha Step-by-Step Solutions">
<meta property="twitter:description" content="Get FREE access to Wolfram|Alpha Pro. Unlock full step-by-step solutions for everyone.">
<meta property="twitter:image" content="https://www.wolframalpha.com/_next/static/images/headerSmall_14ipXg3E.png">
</head>
<body id="body">
<header>
Get 100% FREE access to
<a href="https://www.wolframalpha.com/">Wolfram|Alpha</a>
Pro.
<br>
Unlock full
<a href="https://www.wolframalpha.com/examples/pro-features/step-by-step-solutions/">step-by-step</a>
solutions for everyone.
</header>
<select id="example">
<option disabled selected>Examples</option>
<option> Arithmetic </option>
<option> Algebra </option>
<option> Geometry </option>
<option> Statistics </option>
<option> Calculus </option>
<option> Differential Equations </option>
<option> Discrete Math </option>
<option> Linear Algebra </option>
<option> Proofs </option>
<option> Chemistry </option>
</select>
<label class="toggle">
<input id="checkbox" type="checkbox">
</label>
<h3>
Wol<a href="">free</a>Alpha.<a href="https://github.com/WolfreeAlpha/WolfreeAlpha.github.io">github</a>.io
</h3>
<form id="form">
<input type="search" id="input" enterkeyhint="go" placeholder="Enter what you want to calculate">
<input type="submit" value=" = ">
</form>
<div id="loading" hidden>
<br>
<div class="loading"> </div>
<h3>loading...</h3>
</div>
<main id="pods"> </main>
<script src="javascript.js"> </script>
</body>
</html>