creating simple page
This commit is contained in:
commit
42ee62b869
1 changed files with 23 additions and 0 deletions
23
index.html
Normal file
23
index.html
Normal file
|
@ -0,0 +1,23 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<title>My New Website</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>My New Website</h1>
|
||||
<div class="h-card">
|
||||
<p>
|
||||
Hi, my name is <span class="p-name">Jane Smith</span> and I am a human on the Internet.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
You can find me on other websites below:
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="http://twitter.com/_mytwitterid_" rel="me">@_mytwitterid_</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue