Skip to content

Instantly share code, notes, and snippets.

@gmelodie
Last active January 14, 2019 01:27
Show Gist options
  • Save gmelodie/69e9b05b83c1cb130f6f038d009a5897 to your computer and use it in GitHub Desktop.
Save gmelodie/69e9b05b83c1cb130f6f038d009a5897 to your computer and use it in GitHub Desktop.
Including local file paths to Herschel's and Joe's pages
<!-- index.html -->
<html>
<h1> Who's Herschel Evans? </h1>
"Herschel Evans was an American tenor saxophonist who
worked in the Count Basie Orchestra. He also worked with
Lionel Hampton and Buck Clayton. He is also known for starting
his cousin Joe McQueen's interest in the saxophone."
- <a href="https://en.wikipedia.org/wiki/Herschel_Evans">Wikipedia</a>
<h1> Why does this page exist? </h1>
This is an example page for
<a href="https://medium.com/@ltcrills/get-started-in-web-development-with-me-internet-web-hypertext-html-and-urls-3603830967b1">
my web development series
</a>.
I started writing the series on Medium, and now I'm creating my first web page
example. The reason why I chose Herschel Evans is because I needed something
to talk about, so I went to Wikipedia and hit the 'Random page' button. I landed
on the Herschel Evans' page, and here we are!
<h2> Check out <a href="file://localhost/home/gabriel/html/website_joe_v1.html">Herschel's cousin!</a> </h2>
</html>
<!-- index.html -->
<html>
<h1> Who's Joe McQueen? </h1>
"Joe McQueen (aka Joe Lee McQueen; né Joe Leandrew McQueen; born 30 May 1919)
is an American jazz saxophonist raised in Ardmore, Oklahoma. He played tuba,
clarinet, and then saxophone in the Ardmore High School band. He was also on the
football squad." - <a href="https://en.wikipedia.org/wiki/Joe_McQueen"> Wikipedia </a>
<h1> Why does this page exist? </h1>
This is an example page for
<a href="https://medium.com/@ltcrills/get-started-in-web-development-with-me-internet-web-hypertext-html-and-urls-3603830967b1">
my web development series.
</a>
I started writing the series on Medium, and now I'm creating my first web page
example. The reason why I chose Herschel Evans is because I needed something
to talk about, so I went to Wikipedia and hit the 'Random page' button. I landed
on the Herschel Evans' page, and here we are!
<h2> Check out <a href="file://localhost/home/gabriel/html/website_herschel_v2.html">Joe's cousin!</a> </h2>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment