I've made a website

Tue, April 25, 2023


Hello

I’m Tian. I’ve made a website!

The styling is subject to change in the future. (It will probably be tweaked.)

Todo

  • Better favicon?
  • Write more
  • Add a footer?
  • Add error page

Styling

We have italics, bold, italic bold, strikethrough, and inline code.

  • list
  • of
  • items
  1. ordered
  2. list
  3. of
  4. items

block quote.

Table

letter number
a 1
b 2
c 3

h3

h4

h5
h6

seperator


Code

Here are some code blocks in various languages:

 const a = 10

function add(a, b) {
    return a + b
}

const s = `abc ${a} def` 
 (define (fact n)
    (if (zero? n) 1
        (* n (fact (- n 1))))) 
 main :: IO ()
main = putStrLn "hello" 

Math

Here is inline math: a2+b2=c2a^2 + b^2 = c^2.

And here is display math:

X=Ofix+xiOOfix[G:StabG(xi)].|X| = |\mcO_{\text{fix}}| + \sum_{x_i \in \mcO \setminus \mcO_{\text{fix}}} [G : \Stab_G(x_i)].

where GG acts on XX and Ofix\mcO_{\text{fix}} is the set of singleton orbits.