diff --git a/contact.php b/contact.php new file mode 100644 index 0000000..6c2d9bd --- /dev/null +++ b/contact.php @@ -0,0 +1,27 @@ + + + + + + + + + + + contact + + + + +
+ +

contact

+
+ + + + \ No newline at end of file diff --git a/css/theme.css b/css/theme.css new file mode 100644 index 0000000..4f98358 --- /dev/null +++ b/css/theme.css @@ -0,0 +1,14 @@ +body { + font-family: 'Fira Code', monospace; + background: #006400; + color: white; +} + +a { + color: inherit; +} + +#content { + width: 90%; + margin: auto; +} \ No newline at end of file diff --git a/donate.php b/donate.php new file mode 100644 index 0000000..1e4bdda --- /dev/null +++ b/donate.php @@ -0,0 +1,27 @@ + + + + + + + + + + + donate + + + + +
+ +

donate

+
+ + + + \ No newline at end of file diff --git a/footer.php b/footer.php new file mode 100644 index 0000000..e69de29 diff --git a/index.php b/index.php new file mode 100644 index 0000000..6e03423 --- /dev/null +++ b/index.php @@ -0,0 +1,31 @@ + + + + + + + + + + + Tildania + + + + +
+ +
+

welcome to tilde.land

+

Tildania also known as tilde.land is a tilde community based around a digital micronation called Tildania.

+ +

users

+
+ + + + \ No newline at end of file diff --git a/nav.php b/nav.php new file mode 100644 index 0000000..75e71a0 --- /dev/null +++ b/nav.php @@ -0,0 +1,7 @@ + \ No newline at end of file diff --git a/template.php b/template.php new file mode 100644 index 0000000..6e03423 --- /dev/null +++ b/template.php @@ -0,0 +1,31 @@ + + + + + + + + + + + Tildania + + + + +
+ +
+

welcome to tilde.land

+

Tildania also known as tilde.land is a tilde community based around a digital micronation called Tildania.

+ +

users

+
+ + + + \ No newline at end of file