Difference between revisions of "Team:SBS NY/Model"

(Replaced content with "<html> <h1>TEST!</h1> </html>")
Line 1: Line 1:
 
<html>
 
<html>
<head>
+
 
  <meta charset="utf-8">
+
<h1>TEST!</h1>
  <meta name="viewport" content="width=device-width">
+
 
  <title>MathJax example</title>
+
  <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
+
  <script id="MathJax-script" async
+
          src="https://cdn.jsdelivr.net/npm/mathjax@3.0.0/es5/tex-mml-chtml.js">
+
  </script>
+
</head>
+
<body>
+
<p>
+
  When \(a \ne 0\), there are two solutions to \(ax^2 + bx + c = 0\) and they are
+
  \[x = {-b \pm \sqrt{b^2-4ac} \over 2a}.\]
+
</p>
+
</body>
+
 
</html>
 
</html>

Revision as of 17:19, 20 October 2019

TEST!