Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<body>
<section class="intro">
<div id="hide-after-smile" class="contentarea">
<div class="inner">
<div class="content">
<h1>Smile to Enter</h1>
<a href="default.asp">
<div class="camera">
<video id="video">Video stream not available.</video>
<button id="startbutton" class="btn btn-default">I'm Smiling!</button>
<a href="index.html"><button class="btn btn-default">Login</button></a>
</div>
<canvas hidden id="canvas">
</canvas>
<div class="output">
<img hidden id="photo" alt="The screen capture will appear in this box.">
</div>
</div>
</div>
</section>
<script src="js/plugins.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">