Created
June 23, 2016 14:01
-
-
Save djibba22/ff37a6d36a83fa33b577c1042cf5a868 to your computer and use it in GitHub Desktop.
this is an example of the feature
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang='en'> | |
<head> | |
<title>Contact Dan</title> | |
<!-- This critical line points your HTML to the CSS file. Notice the "relative" pathway --> | |
<link rel="stylesheet" type="text/css" href="../css/style.css"> | |
</head> | |
<body> | |
<div id="container"> | |
<!-- Navigation menu for top of every page --> | |
<div class="top-nav-menu"> | |
<a href="../bio.html" title="Dan Kaltenbaugh biography home page">Home</a> | |
</div> | |
<!-- Header --> | |
<h1>Contact Me</h1> | |
<p class="contact"> | |
You can <a href="mailto:[email protected]?subject=Hello Dan">email</a> me anytime!</p> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment