Skip to content

Instantly share code, notes, and snippets.

@dmitryk-dk
Created May 10, 2017 20:02
Show Gist options
  • Save dmitryk-dk/f45f7b23351cf7678db51d593f9ed926 to your computer and use it in GitHub Desktop.
Save dmitryk-dk/f45f7b23351cf7678db51d593f9ed926 to your computer and use it in GitHub Desktop.
Template for samsung test
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser.
Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- Add your site or application content here -->
<input type="file" class="js-button-click">
<button class="js-read-button">Read Data from Image</button>
<button class="js-play-button">Play</button>
<canvas id="canvas"></canvas>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment