mirror of
https://github.com/riwiwa/muzi.git
synced 2026-02-28 11:56:57 -08:00
started working on user profiles
This commit is contained in:
20
templates/create_account.gohtml
Normal file
20
templates/create_account.gohtml
Normal file
@@ -0,0 +1,20 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="static/style.css" type="text/css">
|
||||
<title>
|
||||
muzi | Create Account
|
||||
</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class=login-form>
|
||||
<form action="/createaccountsubmit" method="POST">
|
||||
<label for="uname">Username:</label>
|
||||
<input type="text" id="uname" name="uname"> <br> <br>
|
||||
<label for="pass">Password:</label>
|
||||
<input type="text" id="pass" name="pass"> <br> <br>
|
||||
<input type="submit" value="Create Account">
|
||||
</form>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user