<!DOCTYPE
html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, initial-scale=1.0">
<title>FurbyFakes</title>
<!-- The
style.css file allows you to change the look of your web pages.
If you
include the next line in all your web pages, they will all share the same look.
This makes it
easier to make new pages for your site. -->
<link
href="/style.css" rel="stylesheet"
type="text/css" media="all">
</head>
<body>
<h1>Welcome
to this website about Furby Fakes!</h1>
<p>This
website is going to be focused on Furby Fakes from a long gone era of the Furby
Community This website was made by
FurbySnowLeopard : <a href="https://www.youtube.com/channel/UC7VGhM6o27vnRQELYn-ASkw">Neocities</a>.</p>
<p>Here's
how you can make <strong>bold</strong> and
<em>italic</em> text.</p>
<p>Here's
how you can add an image:</p>
<img
src="/image037.jpg">
<p>Here's
how to make a list:</p>
<ul>
<li>First
thing</li>
<li>Second
thing</li>
<li>Third
thing</li>
</ul>
<p>To learn
more HTML/CSS, check out these <a
href="https://neocities.org/tutorials">tutorials</a>!</p>
</body>
</html>