This file contains 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 | |
class Importcsv extends Routing | |
{ | |
var $csvPath; | |
var $csvPathFrom; | |
var $csvPathTo; | |
var $tablesDone=array(); | |
var $linesDone=array(); |
This file contains 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
<!-- This is a recreation of the SVG animation that can be found on Wokine.com --> | |
<div class="hello-parent"> | |
<svg class="hello-word" width="365" height="365" viewBox="0 0 365 365"> | |
<g id="H-letter"> | |
<line class="H-left-stroke" x1="17" y1="0" x2="17" y2="124" stroke="#000" fill="none" stroke-width="34" /> | |
<line class="H-mid-stroke" x1="33" y1="62" x2="68" y2="62" stroke="#000" fill="none" stroke-width="34" /> |