Add a simple intro tutorial to your app
A Pen by Gage Hickman on CodePen.
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| # to execute this gist, run the line bellow in terminal | |
| \curl -L https://gist.githubusercontent.com/soham2008xyz/3f6f27f533dfc9c324e0/raw/install_source_code_pro.sh | sh |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Assignment 1</title> | |
| </head> | |
| <body background="http://cookusart.com/images/1/light-background/light-background-04.jpg" style="font-family: Helvetica Neue, Helvetica, Arial, sans-serif"> | |
| <center> | |
| <h1>Welcome to Internet Technology Lab</h1> | |
| <b>This is bold text</b><br> |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Assignment 1</title> | |
| </head> | |
| <body> | |
| <h2>Factorial</h2> | |
| <label for="">Enter Number</label> | |
| <input type="number" id="num"> |
Add a simple intro tutorial to your app
A Pen by Gage Hickman on CodePen.
Fork this codepen and demonstrate your problem to post an issue
Forked from Ionic's Pen Ionic Side Menu and Navigation: 0.9.26, a demo showing how to wire up side menus along with navigation within Ionic.
Forked from Ionic's Pen Ionic Side Menu and Navigation: 0.9.26.
A Pen by Raimondo Butera on CodePen.
A Pen by Mike Hartington on CodePen.