-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
52 lines (41 loc) · 1.66 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About</title>
<!-- Inclue Style.css -->
<link href='static/css/style.css' rel='stylesheet' type='text/css'>
<!-- Include the Lato Font CSS -->
<link href='static/css/font-lato.css' rel='stylesheet' type='text/css'>
<!-- Include the MathJax JavaScript -->
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script type="text/javascript" id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"></script>
<!-- Include the D3.js JavaScript -->
<script src="static/js/d3.v7.min.js"></script>
<!-- Include Prism.js CSS -->
<link href="static/css/prism.css" rel="stylesheet">
<!-- Include Prism.js JavaScript -->
<script src="static/js/prism.js"></script>
</head>
<body>
<div class="container-header">
<header class="header-title">
<div>
<h2><a href="https://x0axz.com">x0axz</a></h2>
</div>
<div class="header-nav">
<h4><a href="https://github.com/x0axz">Github</a></h4>
<h4 class="header-nav-last"><a href="about.html">About</a></h4>
</div>
</header>
<hr>
</div>
<div class="container-article">
<p>
This blog delves into machine intelligence, focusing on novel systems and algorithms, and provides comprehensive documentation with visuals and interactivity. <br />
<p><span class="contact">[x0axz] [at] [protonmail.com]</span></p>
</p>
</div>
</body>
</html>