Skip to content

Instantly share code, notes, and snippets.

@TaylorJadin
Last active February 27, 2018 20:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TaylorJadin/d789db56a7cfc37ebe34af3ed990092f to your computer and use it in GitHub Desktop.
Save TaylorJadin/d789db56a7cfc37ebe34af3ed990092f to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Demo Page</title>
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
<h1>Hello world!</h1>
<h2>About this site</h2>
<p>This simple page is used to demonstrate how HTML controls the content on a webpage, and how CSS applies styling to the page. You can view or download all (both) of the files needed for this page on my <a href="https://www.jadin.me/the-fastest-path-to-a-single-page-website/">blog</a>. The blog post also includes basic instructions on hosting these files on your domain or subdomain if you are using Reclaim Hosting.</p>
<h2>About Domain of One's Own</h2>
<p>You can find more information about Domain of One's Own at St. Norbert College at <a href="http://knight.domains">knight.domains</a>.</p>
<h2>About my dog</h2>
<p>Here is a picture of Annie. Feel free to use this picture on your own site. When you are making a website, only use images that you have permission to use.</p>
<img src="https://i.imgur.com/gWfHJNJ.jpg" alt="picture of my dog">
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment