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
<div class="main" id="main"> | |
<canvas id="canvas" width="568" height="262"> | |
Your Browser Does Not Support HTML5 Canvas | |
</canvas> | |
</div> |
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
<div class="container"> | |
<div class="circle"> | |
<div class="centerDot"></div> | |
<div class="arm"></div> | |
<div class="outterDot"></div> | |
</div> | |
<div class="line"></div> | |
</div> |
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
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); | |
/** | |
* CodeIgniter HTML5 Form Helpers | |
* | |
* @package CodeIgniter | |
* @subpackage HTML5 Form Helpers | |
* @category Helpers | |
* @author Phillip Jackson | |
*/ |
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 lang=en> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<title>JavaScript Form Fill</title> | |
<meta name="viewport" content="width=device-width"> | |
<style> | |
ul li { |
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
<div class="front"> | |
<span>TOP SECRET</span> | |
</div> | |
<div class="rear"></div> |
NewerOlder