mrtomtommy / github-slideshow

A robot powered training repository :robot:
https://lab.github.com/githubtraining/introduction-to-github
MIT License
0 stars 0 forks source link

Issue-No1 #3

Open mrtomtommy opened 4 years ago

mrtomtommy commented 4 years ago

this is my first issu

mrtomtommy commented 4 years ago
First Header Second Header
Content from cell 1 Content from cell 2
Content in the first column Content in the second column
mrtomtommy commented 4 years ago

CODE:

function fancyAlert(arg) {
  if(arg) {
    $.facebox({div:'#foo'})
  }
}