forked from makesmatheasy/makesmatheasy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.html
35 lines (32 loc) · 1.65 KB
/
library.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
<!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">
<title>Makes Math Easy:Library</title>
<meta charset="UTF-8">
<meta id="viewport" name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1,minimum-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=8" />
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="google-site-verification" content="9_7VMkUcoP2_vcwxWzm_4VwuJjpefHgTUy2sslkeNzU" />
<meta name="description" content="Your Answers just a Click Away" />
<meta name="keywords"
content="makes math easy, make maths easy, calulators, math helper, step wise math calculators, calculator with steps, makesmatheasy, sairish, makemathseasy" />
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<script defer src="katex/katex.min.js"></script>
<script defer src="katex/contrib/auto-render.min.js" onload="renderMathInElement(document.body);"></script>
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection" />
<link href="katex/katex.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/library.css">
</head>
<body>
<div class="container">
<code>
</code>
</div>
</body>
</html>