Skip to content

Instantly share code, notes, and snippets.

@seb-patron
Last active December 12, 2016 01:02
Show Gist options
  • Save seb-patron/a3f23cc9f40265746d29e87b592ffc94 to your computer and use it in GitHub Desktop.
Save seb-patron/a3f23cc9f40265746d29e87b592ffc94 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Selfie APP</title>
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
<style>
</style>
</head>
<body>
<h1>Welcome to the Selfie App!</h1> <br />
<video autoplay></video>
<canvas></canvas> <br />
<button id="capture">Capture</button>
<a href="#" id="downloadLnk" download="MySelfie.jpg">Save Selfie</a><br />
<button id="noFilter">No Filter</button>
<button id="blackAndWhite">Black and White</button>
<button id="sepia">Sephia</button>
<button id="invert">Invert</button>
<script src="javascript.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment