-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathtemplate.html
More file actions
165 lines (96 loc) · 4.22 KB
/
template.html
File metadata and controls
165 lines (96 loc) · 4.22 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<!DOCTYPE html>
<html>
<head>
<title>#TITLE#</title>
<link rel="stylesheet" type="text/css" href="https://cdn.sstatic.net/Shared/stacks.css?v=079c5e1603be" >
<link rel="stylesheet" type="text/css" href="https://cdn.sstatic.net/Sites/math/primary.css?v=11647af315cf" >
<script type="text/x-mathjax-config">
MathJax.Hub.Config({"HTML-CSS": { preferredFont: "TeX", availableFonts: ["STIX","TeX"], linebreaks: { automatic:true }, EqnChunk: (MathJax.Hub.Browser.isMobile ? 10 : 50) },
tex2jax: { inlineMath: [ ["$", "$"], ["\\\\(","\\\\)"] ], displayMath: [ ["$$","$$"], ["\\[", "\\]"] ], processEscapes: true, ignoreClass: "tex2jax_ignore|dno" },
TeX: {
extensions: ["begingroup.js"],
noUndefined: { attributes: { mathcolor: "red", mathbackground: "#FFEEEE", mathsize: "90%" } },
Macros: { href: "{}" }
},
messageStyle: "none",
styles: { ".MathJax_Display, .MathJax_Preview, .MathJax_Preview > *": { "background": "inherit" } },
SEEditor: "mathjaxEditing"
});
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS_HTML-full"></script>
<style>
.center {
display: block;
margin-left: auto;
margin-right: auto;
width:50%;
}
</style>
</head>
<body class="question-page unified-theme">
<header class="site-header">
<div class="site-header--container">
<img class="center" style="width: 200px; height: 50px" src="../../arqmath.png" alt="ARQMATH LAB">
</div>
<div class="site-header--container">
<img class="center" style="width: 200px; height: 50px" src="../../mse.svg" alt="Math Stack Exchange">
</div>
</header>
<div class="container">
<div id="content" class="">
<div itemprop="mainEntity" itemscope itemtype="http://schema.org/Question">
<div class="inner-content clearfix">
<div id="question-header" class="grid sm:fd-column">
<div class="grid fw-wrap pb8 mb16 bb bc-black-2">
<h1 itemprop="name" class="grid--cell fs-headline1 fl1 ow-break-word mb8">#TITLE#</h1></div>
</div>
<div id="mainbar" role="main" aria-label="question and answers">
<div class="question" data-questionid="#QID#" id="question">
<div class="post-layout">
<div class="votecell post-layout--left">
<div class="js-voting-container grid fd-column ai-stretch gs4 fc-black-200" data-post-id="#QID#">
<div class="js-vote-count grid--cell fc-black-500 fs-title grid fd-column ai-center" itemprop="upvoteCount" data-value="#QSCORE#">#QSCORE#</div>
</div>
</div>
<div class="postcell post-layout--right">
<span class="d-none">$\begingroup$</span>
<div class="post-text" itemprop="text">
#POST#
</div>
<div class="post-taglist grid gs4 gsy fd-column">
<div class="grid ps-relative d-block">
#TAGS#
</div>
</div>
<div class="mb0 ">
<div class="mt16 grid gs8 gsy fw-wrap jc-end ai-start pt4">
#ASKERINFO#
</div>
</div>
</div>
</div>
#QCOMMENTS#
</div>
<div id="answers">
<div id="answers-header">
<div class="subheader answers-subheader">
<h2 data-answercount="#ANSWERCOUNT#">
#ANSWERCOUNT# Answers
<span style="display:none;">#ANSWERCOUNT#</span>
</h2>
</div>
</div>
#ANSWERS#
</div>
</div>
<div id="sidebar" class="module sidebar-linked" role="complementary" aria-label="sidebar">
<div class="module sidebar-linked">
#RELATEDS#
<br>
</div>
</div>
</div>
</div>
</div>
</body>
</html>