Last active
December 12, 2016 01:02
-
-
Save seb-patron/a3f23cc9f40265746d29e87b592ffc94 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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