Skip to content

Instantly share code, notes, and snippets.

@Vresod
Created August 28, 2018 15:23
Show Gist options
  • Save Vresod/bbe8b8cb4bb3564c03f620ac32db22f8 to your computer and use it in GitHub Desktop.
Save Vresod/bbe8b8cb4bb3564c03f620ac32db22f8 to your computer and use it in GitHub Desktop.
stolen content
<!DOCTYPE html>
<html lang="en">
<head>
<title>Reptile and Amphibian facts</title>
<link rel="stylesheet" type="text/css" href="/css/main.css">
<link rel="icon" href="/images/favicon.png" type="image/png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<ul>
<li><a href="#">Top</a></li>
<li><a href="#bearded">Bearded Dragon</a></li>
</ul>
<div style="margin-left:15%;padding:1px 16px;height:1000px;">
<h3 id="bearded">Bearded dragon</h3>
<p>Bearded dragons or Pogona is an Australian lizard with sandy yellow coloured skin. The Bearded Dragon got it&#8217;s name because of its ability to flare up the skin in the throat region. The Bearded dragon makes an outstanding pet aswell.
</p>
<h4>Diet</h4>
<p>The Bearded dragon diet is the same in the wild as it while it is a domestic pet. Bearded dragons are omnivores, meaning they eat vegetebles and meat. The Bearded dragon diet consists of a wide assortment of vegetables, fruit that doesn&#8217; contain citric acid, and insects, or storebought reptile food.
</p>
<h4>Care</h4>
<p>
</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment