-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathindex.txt
44 lines (42 loc) · 1.85 KB
/
index.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<title></title>
<meta name="Generator" content="Cocoa HTML Writer">
<meta name="CocoaVersion" content="2487.7">
<style type="text/css">
p.p2 {margin: 0.0px 0.0px 12.0px 0.0px; font: 12.0px Times; -webkit-text-stroke: #000000}
li.li3 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Times; -webkit-text-stroke: #000000}
span.s1 {font-kerning: none}
span.s2 {-webkit-text-stroke: 0px #000000}
ul.ul1 {list-style-type: disc}
</style>
</head>
<body>
<h1 style="margin: 0.0px 0.0px 16.1px 0.0px; font: 24.0px Times; -webkit-text-stroke: #000000"><span class="s1"><b>Welcome to My Simple Website</b></span></h1>
<p class="p2"><span class="s1">This is a basic example of a website with plain text.</span></p>
<p class="p2"><span class="s1">Here you can find some information about me:</span></p>
<ul class="ul1">
<li class="li3"><span class="s2"></span><span class="s1">Name: surya</span></li>
<li class="li3"><span class="s2"></span><span class="s1">Occupation: Web Developer</span></li>
<li class="li3"><span class="s2"></span><span class="s1">Hobbies: Reading, Coding, Hiking</span></li>
</ul>
<p class="p2"><span class="s1">Thank you for visiting!</span></p>
<h1>Welcome to My Simple Website</h1>
<p>This is a basic example of a website with plain text.</p>
<p>Here you can find some information about me:</p>
<ul>
<li>Name: John Doe</li>
<li>Occupation: Web Developer</li>
<li>Hobbies: Reading, Coding, Hiking</li>
</ul>
<p>Yamini was here</p>
<p>Thank you for visiting!</p>
<p> Raj was here </p>
<p>
Gaurav Acharya was Here from Nepal
</p>
</body>
</html>