Skip to content

Instantly share code, notes, and snippets.

@SrGMC
SrGMC / index.html
Last active June 18, 2018 23:08
r/ProgrammerHumor submission for Login Design. Live demo: http://shittylogin.singlehtml.com/
<!DOCTYPE html>
<html>
<head>
<title>Shitty Login</title>
<style type="text/css">
html {
background-color: #2c3e50;
text-align: center;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Helvetica, Arial,sans-serif;
}