| @@ -0,0 +1 @@ | ||
| <link rel="stylesheet" type="text/css" href="css/style.css" /> |
| @@ -1,12 +1,23 @@ | ||
| <!DOCTYPE html> | ||
| <html> | ||
|
|
||
| <head> | ||
| <link href="css/bootstrap.css" rel="stylesheet"> | ||
| <title>Page Title</title> | ||
| <meta name="twitter:" content=""> | ||
| <link rel="stylesheet" type="text/css" href="css/style.css" /> | ||
|
|
||
| </head> | ||
|
|
||
| <body> | ||
| <a href="#" class="btn btn-primary">臉書頁面</a> | ||
| <h1>This is a Heading</h1> | ||
| <h2>My name is Jasper.</h2> | ||
| <p>I'm a student athlete.</p> | ||
| <p>At least i like to think so.</p> | ||
|
|
||
| <img src="images/random.png" alt="Random Picture." height="100" width="250"> | ||
|
|
||
| </body> | ||
|
|
||
| </html> |