-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathasymptote-blog.html
58 lines (47 loc) · 2.2 KB
/
asymptote-blog.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="enigmatology, coolcarsontherun, asymptote, tutorial, math, programming, coding, blog, vector graphics">
<link href="css/style.css" rel="stylesheet">
<link href="css/blogs.css" rel="stylesheet">
<link href="css/scroll-arrows.css" rel="stylesheet">
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico?">
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.1/highlight.min.js"></script>
<title>Asymptote Blog | enigmatology</title>
<script>
MathJax = {
tex: {
inlineMath: [['$', '$'], ['\\(', '\\)']]
},
svg: {
fontCache: 'global'
}
};
</script>
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js" id="MathJax-script"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3170NMGK41"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-3170NMGK41');
</script>
</head>
<body>
<div id="navbar"></div>
<button id="goToTop" onclick="scrollToTop()"><i class="arrow up"></i></button>
<script src="blogs/blog-posts-asymptote/read-file.js"></script>
<!-- Insert these scripts at the bottom of the HTML, but before you use any Firebase services -->
<!-- Firebase App (the core Firebase SDK) is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/8.6.1/firebase-app.js"></script>
<!-- TODO: Add SDKs for Firebase products that you want to use
https://firebase.google.com/docs/web/setup#available-libraries -->
<script src="https://www.gstatic.com/firebasejs/8.6.1/firebase-analytics.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.6.1/firebase-auth.js"></script>
<script src="js/authentication/general.js"></script>
<script src="components/addnavbar.js"></script>
<script src="js/scroll-to-top.js"></script>
</body>
</html>