commit 96ccc101612830b65e9de7e48af755160c3bdf94 Author: Shin'ya Minazuki Date: Wed Feb 11 19:20:13 2026 -0300 はじまるよ。 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b25c15b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*~ diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..c7b1a0b --- /dev/null +++ b/LICENSE @@ -0,0 +1,14 @@ +Minazuki License v1.1 + +Copyright (c) 2026 Yakumo Laboratories + +You can do as you please with this software so long as you +keep this notice intact and make no false claims about the +ownership of this software. + +Should you believe this is useful to you, feel free to reach out +the author(s) via any of the available contact methods. + +There is no express and/or implied warranties whatsoever, this +software is distributed "as is", and the author(s) shall not be +held liable under any circumstances. diff --git a/README.md b/README.md new file mode 100644 index 0000000..3ddc930 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# account.laidback.moe +Registration form for [Laid-Back Systems](https://laidback.moe), this is only the user-facing side. + +## Fonts used +* [Umefont](http://osdn.jp/projects/ume-font/wiki/FrontPage) (M+ Font License) diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..df09cd8 --- /dev/null +++ b/css/style.css @@ -0,0 +1,29 @@ +@font-face { + font-family: 'Ume UI Gothic'; + src: url('/fonts/ume-ugo5.ttf') format('truetype'); +} + +body { + background-image: url('/img/bg.gif'); + font-family: 'Ume UI Gothic'; +} + +.container { + border: 5px #FFDA69 outset; + color: white; + text-align: center; +} + +a, a:hover, a:visited { + color: #FFDA69; + text-decoration: none; +} + +#email, #payment, #username { + border: 2px #FFDA69 solid; + width: 32ch; +} +#publickey { + border: 2px #FFDA69 solid; + width: 64ch; +} diff --git a/fonts/ume-ugo5.ttf b/fonts/ume-ugo5.ttf new file mode 100644 index 0000000..e2713cd Binary files /dev/null and b/fonts/ume-ugo5.ttf differ diff --git a/img/bg.gif b/img/bg.gif new file mode 100644 index 0000000..bf8049b Binary files /dev/null and b/img/bg.gif differ diff --git a/img/bg.jpg b/img/bg.jpg new file mode 100644 index 0000000..5a4ea43 Binary files /dev/null and b/img/bg.jpg differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..513d50a --- /dev/null +++ b/index.html @@ -0,0 +1,68 @@ + + + + + + + Account Registration + + +
+

Registration at Laid-Back Systems

+

+ Hi there!
+ Fill out this form and we'll get back to you with your account information
+ Please give the team 24 to 48 hours. +

+
+

+ Username +

+ + + @laidback.moe + +

+ Payment method +

+ +

+ + (supported: BTC, ETH, LTC, XMR) +
+ case insensitive +
+

+

+ E-mail address +

+ +

+ + Must be a valid e-mail address, and throwaway addresses will be rejected. + +

+

+ SSH public key +

+ +

+ Have you ever watched Laid-Back Camp? +
+ If so, can you name the teacher who has a fondness of alcohol? +

+ +
+

+ By submitting this form, you have acknowledged the terms of service and privacy policy +

+ +
+
+
+ + + + + +