-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.html
44 lines (40 loc) · 1.72 KB
/
test.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" type="text/css" href="../assets/css/style.css">
<link
href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900,300italic,400italic,600italic,700italic,900italic|Space+Mono:400,700'
rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/default.min.css">
<link href='https://cdn.jsdelivr.net/npm/[email protected]/tomorrow-night.css' rel='stylesheet'
type='text/css'>
<title>Chày Cối Developer's Blog</title>
</head>
<body>
<p>$a</p>
<script src="../assets/js/jquery-1.10.2.min.js"></script>
<script src="../assets/js/app.js"></script>
<script type="text/x-mathjax-config">
// This code is required for inline rendering.
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ["$","$"] ],
processEscapes: true
}
});
</script>
<!--
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script> -->
<script type="text/javascript" async
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<script src="https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</body>
</html>