Skip to content

Editing custom page

Alisson Moretto edited this page Mar 6, 2019 · 2 revisions

HTML SKELETON:

<html>
<head></head>
<body>
	<form action="/login" method="POST">
	    <label>Email Address</label>
	    <input type="email" name="email" placeholder="Email" autocomplete="off">
	    <label>Password</label>
	    <input type="password" name="password" placeholder="Password" autocomplete="off">
		<button type="submit">sign in</button>                                
	</form>
</body>
</html>

Stylize it and send us a Pull Request :D

Read before your PR: Contributing to SocialFish

Just replace the default custom page on SocialFish/templates/custom.html

Clone this wiki locally