Who am I
This is a test page created for testing purposes. At a later point this page will contain a small biography of me, but for now it's used for testing purposes only.
This is a sample of test code to test syntax highlighting:
public class CSharpClass
{
private readonly string _thisIs = "aTest";
}
And here's some HTML:
<a href="#">This is a test</a>
We might also be able to do javascript:
let a = document.querySelectorAll('.testClass');