Commit a41b589 1 parent abb9464 commit a41b589 Copy full SHA for a41b589
File tree 1 file changed +31
-35
lines changed
1 file changed +31
-35
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
- < html >
3
-
4
- < head >
5
- < script type ="text/javascript " id ="MathJax-script " async src ="https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.0.0/es5/latest?tex-mml-chtml.js "> </ script >
6
- < meta charset ='utf-8 '>
7
- < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
8
- < link rel ="stylesheet " type ="text/css " media ="screen " href ="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }} ">
9
- </ head >
10
-
11
- < body >
12
- <!-- HEADER -->
13
- < div id ="header_wrap " class ="outer ">
14
- < header class ="inner ">
15
- < a id ="forkme_banner " href ="{{ site.github.repository_url }} "> By Electrostat Lab.</ a >
16
-
17
- <!-- <h1 id="project_title">{{ site.title | default: site.github.repository_name }}</h1>
18
- <h2 id="project_tagline">{{ site.description | default: site.github.project_tagline }}</h2> -->
19
-
20
- </ header >
21
- </ div >
22
-
23
- <!-- MAIN CONTENT -->
24
- < div id ="main_content_wrap " class ="outer ">
25
- < section id ="main_content " class ="inner ">
26
- {{ content }}
27
- </ section >
28
- </ div >
29
-
30
- <!-- FOOTER -->
31
- < div id ="footer_wrap " class ="outer ">
32
- < footer class ="inner ">
33
- < p class ="copyright "> {{ site.title | default: site.github.repository_name }} maintained by < a href ="{{ site.github.owner_url }} "> {{ site.github.owner_name }}</ a > </ p >
34
- </ footer >
35
- </ div >
36
- </ body >
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 ">
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
+ < title > Mathematics-I</ title >
7
+ < link rel ="stylesheet " href ="style.css ">
8
+ < script
9
+ type ="text/javascript " id ="MathJax-script " async
10
+ src ="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js ">
11
+ </ script >
12
+ </ head >
13
+ < body >
14
+ < header >
15
+ < h1 > Your Math Blog</ h1 >
16
+ < nav >
17
+ < a href ="# "> Home</ a >
18
+ < a href ="# "> About</ a >
19
+ < a href ="# "> Contact</ a >
20
+ </ nav >
21
+ </ header >
22
+ < main >
23
+ < h2 > Latest Posts</ h2 >
24
+ < article >
25
+ < h3 > Post Title</ h3 >
26
+ < p > This is the content of your blog post. You can use LaTeX syntax for mathematical formulas like this: $e^{i\pi} + 1 = 0$.</ p >
27
+ </ article >
28
+ </ main >
29
+ < footer >
30
+ © {{ year }} Your Name
31
+ </ footer >
32
+ </ body >
37
33
</ html >
You can’t perform that action at this time.
0 commit comments