-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.html
71 lines (61 loc) · 1.56 KB
/
test.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
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.2.2/es5/startup.js"></script>
<head>
<meta content="Example page for head section." name="description">
<title>Example page</title>
<style type="text/css">
<!--
.tab { margin-left: 40px; }
-->
</style>
</head>
<body>
<p>
<pre>Random Equations</pre>
</p>
<pre style="line-height: 1.25; white-space: pre;">
\ /
\ /
\ /
] [ ,'|
] [ / |
]___ ___[ ,' |
] ]\ /[ [ |: |
] ] \ / [ [ |: |
] ] ] [ [ [ |: |
] ] ]__ __[ [ [ |: |
] ] ] ]\ _ /[ [ [ [ |: |
] ] ] ] (#) [ [ [ [ :===='
] ] ]_].nHn.[_[ [ [
] ] ] HHHHH. [ [ [
] ] / `HH("N \ [ [
]__]/ HHH " \[__[
] NNN [
] N/" [
] N H [
/ N \
/ q, \
/ \
"Maze Found" by http://postgrest.org
</pre>
<p>
`F=ma`
</p>
<p class="tab">
F`\equiv`Force[`N`]<br>m`\equiv`Mass[`kg`]<br>a`\equiv`acceleration[`m//s^2`]
</p>
<p>
`V=IR`
</p>
<p class="tab">
V`\equiv`Voltage[`V`]<br>I`\equiv`Current[` A`]<br>R`\equiv`Resistance[`\Omega`]
</p>
<p>
`V - E + F = 2`
</p>
<p>
`E=mc^2`
</p>
</body>
</html>