Finally, a version I'm proud of. :)
[WebThing.git] / plugins / DefaultPage.cs
1 using System;
2 using bytex64.WebThing;
3
4 public class Plugin {
5         public Plugin(WebThing wt) {
6                 wt.WebView.Open("http://dominionofawesome.com/");
7         }
8 }