Skip to content

Tests

Test page

This page is used for tests by me and contains no / very little useful information.

The source of this page contains encrypted values in various elements. When you look at the web site, you should see all of them in decrypted form.

In note box header: Decrypted

And in note box body: Decrypted

Alone in a code listing:

Decrypted

Or as a small part of a code listing:

class HelloWorld {
    public static void main(String[] args) {
        System.out.println("Hello, Decrypted!"); 
    }
}