File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/pages/getting-started-with-github-pages Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -67,4 +67,4 @@ Assets are commonly found in the following locations:
67
67
| :----------:| :-----------------------------------------:| :---------------------------------:|
68
68
| CSS | ` <link rel="stylesheet" href="http://example.com/css/main.css"> ` | ` <link rel="stylesheet" href="https://example.com/css/main.css"> `
69
69
| JavaScript | ` <script type="text/javascript" src="http://example.com/js/main.js"></script> ` | ` <script type="text/javascript" src="https://example.com/js/main.js"></script> `
70
- | Image | ` <A HREF ="http://www.somesite.com"><IMG SRC ="http://www.example.com/logo.jpg" alt="Logo"></a> ` | ` <A HREF ="https://www.somesite.com"><IMG SRC ="https://www.example.com/logo.jpg" alt="Logo"></a> `
70
+ | Image | ` <a href ="http://www.somesite.com"><img src ="http://www.example.com/logo.jpg" alt="Logo"></a> ` | ` <a href ="https://www.somesite.com"><img src ="https://www.example.com/logo.jpg" alt="Logo"></a> `
You can’t perform that action at this time.
0 commit comments