ZHANBLUe 湛藍國際股份有限公司官網
這是幫 ZHANBLUe 湛藍國際股份有限公司 官網製作的官網,其實完成有好一陣子了,這是搭配我的一個 SaaS 系統開發的網站,之後還會再持續開發新的功能。 不過這個官網相對比較單純就是了,設計也都是給 AI 完成的,這個年代用 AI 開發網站真的是太方便了。

<form class="cmxform" id="signupForm" method="get" action="">
<fieldset>
<legend>Validating a complete form</legend>
<label for="firstname">Firstname</label>
<input id="firstname" name="firstname" />
<label for="lastname">Lastname</label>
<input id="lastname" name="lastname" />
<label for="username">Username</label>
<input id="username" name="username" />
<label for="password">Password</label>
<input id="password" name="password" type="password" />
<label for="confirm_password">Confirm password</label>
<input id="confirm_password" name="confirm_password" type="password" />
<label for="email">Email</label>
<input id="email" name="email" />
</fieldset>
</form>$("#signupForm").validate({
});messages {
password: {
required: "請輸入您的密碼."
minLength: "密碼不能小於5位.",
maxLength: "密碼不能長於32位."
},
留言