Skip to content

Instantly share code, notes, and snippets.

View CRidge's full-sized avatar

CRidge CRidge

  • Trondheim, Norway
View GitHub Profile
@CRidge
CRidge / HelloWorld.cs
Created May 28, 2011 00:03
Hello World
public static void Main(String[] args)
{
Console.Out.WriteLine("Hello World!");
}

Keybase proof

I hereby claim:

  • I am cridge on github.
  • I am cridge (https://keybase.io/cridge) on keybase.
  • I have a public key ASAgVEb_rk6gHj-tkCDfD2kmVYLm3UQ1b339O3y4JqymRQo

To claim this, I am signing this object:

@CRidge
CRidge / appolini.txt
Last active September 1, 2026 19:13
Appolini
Apps must be provided as either (choose ONE which is most suitable for the task):
- A single HTML file with any filename ending in .html; or
- A .zip file containing an index.html file.
A ZIP may contain index.html plus any files the app needs, including CSS, JavaScript, images, fonts, audio, video, JSON, and other assets. Use relative paths between files. index.html must be at the ZIP root.
Add this tag inside the <head> of the app’s HTML entry file:
<appolini name="My App" version="1.0.0" />